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 fcec757 commit 3bf1197Copy full SHA for 3bf1197
pytest.ini
@@ -0,0 +1,5 @@
1
+# https://github.com/pytest-dev/pytest/issues/3062
2
+# Don't move below settings into setup.cfg
3
+[pytest]
4
+testpaths = ./tests
5
+log_format = %(asctime)s - %(name)s - %(levelname)s - %(message)s
setup.cfg
@@ -24,10 +24,6 @@ import_heading_thirdparty=Third Party Library
24
import_heading_firstparty=First Party Library
25
import_heading_localfolder=Local Folder
26
27
-[tool:pytest]
28
-testpaths = ./tests
29
-log_format = %(asctime)s - %(name)s - %(levelname)s - %(message)s
30
-
31
[coverage:run]
32
branch = true
33
omit = site-packages
0 commit comments