8000 fix readme run integration individual tests cmd by alvertogit · Pull Request #12113 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

fix readme run integration individual tests cmd #12113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testing/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ python -m pytest --log-cli-level=INFO tests/integration
You can further specify the file and test class you want to run in the test path:

```bash
TEST_PATH="tests/integration/docker/test_docker.py::TestDockerClient" make test
TEST_PATH="tests/integration/docker_utils/test_docker.py::TestDockerClient" make test
```

### Test against a running LocalStack instance
Expand Down
Loading
0