We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7160a commit 8cbfe3dCopy full SHA for 8cbfe3d
setup.cfg
@@ -10,6 +10,15 @@ branch = True
10
[coverage:report]
11
show_missing = True
12
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
+
22
# Flake8 Configuration
23
[flake8]
24
max_complexity = 10
0 commit comments