Files
SmartSaveImage/tests/pytest.ini
T
2025-11-15 07:42:57 +08:00

5 lines
191 B
INI

[pytest]
testpaths = . # Run tests in the current directory
python_files = test_*.py # Run tests in files that start with "test_"
norecursedirs = .. # Don't run tests in the parent directory