Excontainers.ExUnit (excontainers v0.3.1) View Source
Convenient macros to run containers within ExUnit tests.
Link to this section Summary
Functions
Sets a container to be created anew for each test in the module.
Runs a container for a single ExUnit test.
Sets a container to be created at the beginning of the test module, and shared among all the tests.
Link to this section Functions
Sets a container to be created anew for each test in the module.
It also sets up the ExUnit callback to remove the container after the test has finished.
Runs a container for a single ExUnit test.
It also sets up the ExUnit callback to remove the container after the test finishes.