Skip to content

Commit 60c4c7c

Browse files
authored
docs: non-existing docker_setup_command fixed (#118)
The proper name for the fixture, reading the documentation and doing some local testing, should be `docker_setup`. The Available fixtures seem to be correct, but the example is not.
1 parent 06dc166 commit 60c4c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def docker_compose_project_name() -> str:
137137
138138
# Stop the stack before starting a new one
139139
@pytest.fixture(scope="session")
140-
def docker_setup_command():
140+
def docker_setup():
141141
return ["down -v", "up --build -d"]
142142
```
143143

0 commit comments

Comments
 (0)