Skip to content

Commit 5d24fb8

Browse files
committedSep 3, 2024
vscode testrunner
1 parent 3b6333e commit 5d24fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pytest.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
addopts = --ignore-glob=.tests/* --doctest-modules
3-
norecursedirs = box
4-
testpaths = /tests
3+
norecursedirs = .box build
4+
testpaths = tests src

0 commit comments

Comments
 (0)
Please sign in to comment.