We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc5bc9 commit cc80170Copy full SHA for cc80170
docs/testing/integration-tests/README.md
@@ -94,7 +94,7 @@ python -m pytest --log-cli-level=INFO tests/integration
94
You can further specify the file and test class you want to run in the test path:
95
96
```bash
97
-TEST_PATH="tests/integration/docker/test_docker.py::TestDockerClient" make test
+TEST_PATH="tests/integration/docker_utils/test_docker.py::TestDockerClient" make test
98
```
99
100
### Test against a running LocalStack instance
0 commit comments