testcontainers-clj/test
Rob Hanlon 76359eec37
Rename init-network, remove .getId call (#30)
* Rename init-network, remove .getId call

- Should be called `create-network` to match the existing `create`
  function
- Network#getId oddly has a side effect, which made generative testing
  impossible. Removing this defers network creation until `start!` is called
- Mark init-network as deprecated

* just use def instead of defn

* Fix indentation in README
2020-08-18 14:44:04 +02:00
..
clj_test_containers Rename init-network, remove .getId call (#30) 2020-08-18 14:44:04 +02:00
resources Add create-from-docker-file (#14) 2020-08-05 07:13:31 +02:00