1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-01 19:47:01 +03:00
Files

8 lines
198 B
INI

[pytest]
testpaths = tests
# Collect all standardized tests using the conventional pattern
python_files = test_*.py
addopts = -q
markers =
integration: real network/file download tests (opt-in)