Skip to content

Commit a70f254

Browse files
committed
Fix args example for test command in README.md
1 parent 9a301cd commit a70f254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ python setup.py install
122122
After developing, the full test suite can be evaluated by running:
123123

124124
```sh
125-
python setup.py test # Use --pytest-args="-v -s" for verbose mode
125+
python setup.py test # Use --addopts="-v -s" for verbose mode
126126
```

0 commit comments

Comments
 (0)