Skip to content

Commit 8cbfe3d

Browse files
committed
adding allowed pytest marks
1 parent 5d7160a commit 8cbfe3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.cfg

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ branch = True
1010
[coverage:report]
1111
show_missing = True
1212

13+
[tool:pytest]
14+
markers =
15+
local: superset of unit and functional (does not require network access)
16+
unit: mark test as a unit test (does not require network access)
17+
functional: mark test as a functional test (does not require network access)
18+
integ: mark a test as an integration test (requires network access)
19+
accept: mark a test as an acceptance test (requires network access)
20+
examples: mark a test as an examples test (requires network access)
21+
1322
# Flake8 Configuration
1423
[flake8]
1524
max_complexity = 10

0 commit comments

Comments
 (0)