Skip to content

Commit 29f139b

Browse files
author
Eleanor Smith
committed
fix setup.cfg pytest command
1 parent da6741f commit 29f139b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ ignore =
3434
F821
3535

3636
[aliases]
37-
test = pytest tests/
37+
test = pytest
3838

3939
[tool:pytest]
40-
addopts = --verbose
40+
addopts = --verbose tests/
4141
filterwarnings =
4242
ignore::UserWarning
4343
markers =

0 commit comments

Comments
 (0)