Skip to content

Commit 5b7fb4f

Browse files
Merge pull request #28 from MaxApiTeam/coderabbitai/utg/ebe162e
CodeRabbit Generated Unit Tests: Add unit tests for filters and pytest configuration
2 parents 0b61ebd + 83fe016 commit 5b7fb4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[pytest]
2+
testpaths = tests
3+
python_files = test_*.py
4+
python_classes = Test*
5+
python_functions = test_*
6+
addopts = -v --tb=short

0 commit comments

Comments
 (0)