@@ -24,21 +24,27 @@ docstring-convention = "google"
2424testpaths = " tests"
2525python_files = " test_*.py"
2626
27+ [tool .pytest .ini_options ]
28+ minversion = " 6.0"
29+ testpaths = " tests"
30+ python_files = " test_*.py"
31+ addopts = " --cache-clear --doctest-glob=**/*.py --doctest-modules"
32+
2733[tool .pytest .markers ]
2834mat = " minimum acceptance tests"
29- mat_basic = " basic component tests"
30- mat_doctests = " documentation tests"
31- mat_say = " send.py focused tests"
32- mat_hear = " recv.py and hear.py focused tests"
33- mat_usage = " __main__.py and API tests"
34- mat_build = " build and packaging tests"
35- mat_bootstrap = " init/exceptions/env/skt tests"
35+ basic = " basic component tests"
36+ doctests = " documentation tests"
37+ say = " send.py focused tests"
38+ hear = " recv.py and hear.py focused tests"
39+ usage = " __main__.py and API tests"
40+ build = " build and packaging tests"
41+ bootstrap = " init/exceptions/env/skt tests"
3642extra = " additional important tests"
37- extra_coverage = " coverage-focused tests"
38- extra_linting = " linting tests"
39- extra_security = " security tests"
43+ coverage = " coverage-focused tests"
44+ linting = " linting tests"
45+ security = " security tests"
4046fuzzing = " fuzzing tests"
41- fuzzing_basic = " smaller sub-set of fuzzing tests"
47+ slow = " smaller sub-set of fuzzing tests"
4248performance = " performance and scalability tests"
4349
4450[tool .pytest .enabler .flake8 ]
0 commit comments