Skip to content

Commit 6a0ec30

Browse files
committed
test: update pytest python_files directories
1 parent f736127 commit 6a0ec30

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pytest.ini

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[pytest]
2-
python_files = groclient/*_test.py
3-
norecursedirs = build samples
2+
python_files =
3+
groclient/*_test.py
4+
api/client/samples/*_test.py
5+
norecursedirs =
6+
build
7+
samples
48
; filterwarnings =
59
; error
610
; ignore::FutureWarning

0 commit comments

Comments
 (0)