Skip to content

Commit b96285a

Browse files
committed
[python] Fix up additional recommended test commands in README.
Thanks to @abhizer for the fixes. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent bb06006 commit b96285a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ tests, you'll also need a broker available at `localhost:9092` and
6666
set the environment variables listed in `python/tests/__init__.py`.)
6767

6868
```bash
69-
(cd python/tests && python3 -m pytest .)
69+
(cd python && python3 -m pytest tests)
7070
```
7171

7272
To run tests from a specific file:
7373

7474
```bash
75-
(cd python/tests && python3 -m unittest ./tests/path-to-file.py)
75+
(cd python && python3 -m unittest ./tests/path-to-file.py)
7676
```
7777

7878
To run the aggregate tests use:

0 commit comments

Comments
 (0)