Skip to content

Commit 191c0d1

Browse files
committed
test: change configuration of the root pytest.ini to run the tests in pytools by default
1 parent f39d6a6 commit 191c0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
markers=
33
default: Test to run by default.
4-
python_files=./test.py
4+
python_files="test_*.py"
55
junit_logging="system-out"
66
junit_log_passing_tests=false

0 commit comments

Comments
 (0)