Skip to content

Commit 27c1ac5

Browse files
committed
test5
1 parent 95276ee commit 27c1ac5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/run_tests.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import pytest
22
import sys
33

4-
54
def run_tests():
6-
result = pytest.main(['test_'])
7-
8-
sys.exit(result)
5+
result = pytest.main(['-v', '-k', 'test_', 'tests'])
96

7+
sys.exit(result)
108

11-
if __name__=='__main__':
9+
if __name__ == '__main__':
1210
run_tests()

0 commit comments

Comments
 (0)