test
This commit is contained in:
10
tests/pytest_simple.ini
Normal file
10
tests/pytest_simple.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[tool:pytest]
|
||||
# Simple pytest configuration for test discovery
|
||||
|
||||
# Test discovery patterns
|
||||
python_files = test_*.py *_test.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
|
||||
# Minimal options for discovery
|
||||
addopts = --collect-only
|
||||
Reference in New Issue
Block a user