This commit is contained in:
oib
2026-01-26 19:58:21 +01:00
parent 329b3beeba
commit 5c99c92ffb
54 changed files with 6790 additions and 654 deletions

10
tests/pytest_simple.ini Normal file
View 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