Skip to content

Commit d1b6562

Browse files
committed
Added pytest.ini
1 parent 09e9c28 commit d1b6562

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytest.ini

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)