Complete AI Data Analysis Agent implementation with 95.7% test coverage
This commit is contained in:
15
pytest.ini
Normal file
15
pytest.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts =
|
||||
-v
|
||||
--tb=short
|
||||
--strict-markers
|
||||
|
||||
markers =
|
||||
unit: Unit tests
|
||||
integration: Integration tests
|
||||
property: Property-based tests
|
||||
slow: Slow-running tests (performance tests)
|
||||
Reference in New Issue
Block a user