We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb06006 commit b96285aCopy full SHA for b96285a
python/README.md
@@ -66,13 +66,13 @@ tests, you'll also need a broker available at `localhost:9092` and
66
set the environment variables listed in `python/tests/__init__.py`.)
67
68
```bash
69
-(cd python/tests && python3 -m pytest .)
+(cd python && python3 -m pytest tests)
70
```
71
72
To run tests from a specific file:
73
74
75
-(cd python/tests && python3 -m unittest ./tests/path-to-file.py)
+(cd python && python3 -m unittest ./tests/path-to-file.py)
76
77
78
To run the aggregate tests use:
0 commit comments