Skip to content

Commit

Permalink
Fixed pytest ini to include default test discovery patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Feb 8, 2024
1 parent af8421b commit c6defa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
python_files = test_*.py tests_*.py spec*.py
python_functions = *_test should_*
python_files = test_*.py tests_*.py spec*.py *_test.py
python_functions = test_* *_test should_*

# This tests should be run separately, not inside unit testing suite
norecursedirs = integration_tests/*
Expand Down

0 comments on commit c6defa1

Please sign in to comment.