We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9c28 commit d1b6562Copy full SHA for d1b6562
pytest.ini
@@ -0,0 +1,7 @@
1
+# pytest.ini
2
+[pytest]
3
+minversion = 6.0
4
+testpaths =
5
+ ./tests
6
+markers =
7
+ local: marks tests that are run locally only and not on GH Actions
0 commit comments