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 588b28b commit e4e8909Copy full SHA for e4e8909
pytest.ini
@@ -0,0 +1,9 @@
1
+[pytest]
2
+testpaths = ./tests
3
+addopts = --strict-markers
4
+markers =
5
+#log_file = logs/pytest.log
6
+log_file_level = NOTSET
7
+log_file_format = %(levelname)8s [%(asctime)s] %(message)s
8
+log_file_date_format=%Y-%m-%d %H:%M:%S
9
+
0 commit comments