We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553ce5f commit 14769ffCopy full SHA for 14769ff
pytest.ini
@@ -20,6 +20,7 @@ addopts =
20
--showlocals
21
22
# Autocollect and invoke the doctests from all modules:
23
+ # https://docs.pytest.org/en/stable/doctest.html
24
--doctest-modules
25
26
# Dump the test results in junit format:
@@ -37,6 +38,7 @@ junit_duration_report = call
37
38
junit_family = xunit2
39
junit_suite_name = magicbus_test_suite
40
minversion = 4.6.9
41
+# Optimize pytest's lookup by restricting potentially deep dir tree scan:
42
norecursedirs =
43
build
44
magicbus.egg-info
0 commit comments