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 2241b33 commit 38ada44Copy full SHA for 38ada44
pyproject.toml
@@ -38,3 +38,7 @@ exclude = '''
38
profile = "black"
39
skip_gitignore = "True"
40
verbose = "True"
41
+
42
+[tool.pytest.ini_options]
43
+addopts = "-ra -v --doctest-modules"
44
+testpaths = ["stratify/"]
setup.cfg
@@ -48,12 +48,3 @@ dev =
48
codecov
49
release =
50
twine
51
-
52
-[tool:pytest]
53
-testpaths =
54
- stratify/
55
-addopts =
56
- -ra
57
- -v
58
- --doctest-modules
59
-doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS NUMBER
0 commit comments