Skip to content

Commit 5bb154c

Browse files
author
OliverBScott
committed
setup.cfg pytest marker
1 parent 8d07ea7 commit 5bb154c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ description-file=README.md
33
license_files=LICENSE
44

55
[aliases]
6-
test=pytest
6+
test=pytest
7+
8+
[tool:pytest]
9+
markers =
10+
slow: marks tests as slow (deselect with '-m "not slow"')
11+
serial

0 commit comments

Comments
 (0)