Skip to content

Commit c344143

Browse files
committed
Update test instructions.
1 parent 375bd6a commit c344143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This "editable" mode lets you edit the source without needing to reinstall the p
6565
Use the builtin unittest package:
6666

6767
```
68-
python -m unittest
68+
python -m unittest discover --pattern '*test*.py'
6969
```
7070

7171
Or to debug, use:

0 commit comments

Comments
 (0)