Skip to content

Commit 3e53850

Browse files
committed
Fix args example for test command in README.md
1 parent 8fbdba4 commit 3e53850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ python setup.py install
120120
After developing, the full test suite can be evaluated by running:
121121

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

0 commit comments

Comments
 (0)