Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shay Arbov committed Dec 26, 2017
1 parent 3d6f45a commit 620f3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ Under an `[environment]` section, define:
* `project-name`: Compose project name.
* `docker-compose-path`: Docker compose file path.
* `reuse-containers`: Whether or not to keep containers between test runs [True/ False].
* `collect-stats`: Whether or not to save containers stats [True/ False].

For example: `test.cfg` (the section may also be included in `nose2.cfg`)
```cfg
[environment]
always-on = True
collect-stats = True
project-name = test
reuse-containers = False
log-path = docker-tests.log
Expand Down Expand Up @@ -95,8 +97,6 @@ class ExampleTest(BaseDockerTest):
# [OPTIONAL] User defined health checks timeout
CHECKS_TIMEOUT = 60
# [OPTIONAL] Enable containers stats collection
COLLECT_STATS = True
def setUp(self):
"""Create a wiremock controller and add a cleanup for it."""
Expand Down

0 comments on commit 620f3e6

Please sign in to comment.