Skip to content

Commit 83fe016

Browse files
CodeRabbit Generated Unit Tests: Add unit tests for filters and pytest configuration
1 parent ebe162e commit 83fe016

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)