mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +03:00
b5ee8dbf3b
- Replace TempConfig with DummyConfig across tests for consistency - Introduce unit tests workflow configuration - Add pytest configuration for standardized test discovery - Implement comprehensive tests for config loading and downloader behavior - Clean up unused temp_config.py and related references
6 lines
129 B
INI
6 lines
129 B
INI
[pytest]
|
|
testpaths = tests
|
|
# Collect all standardized tests using the conventional pattern
|
|
python_files = test_*.py
|
|
addopts = -q
|