1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

Add more tests for PlaylistDownloader functionality

This commit is contained in:
2025-11-24 11:48:17 +02:00
parent 1d99fd2b10
commit 4a56c03b62
5 changed files with 199 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}