diff options
author | garret <garret@airmail.cc> | 2024-08-11 11:43:12 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2024-08-11 11:43:12 +0100 |
commit | b5298403470347bfba79130c49bb7dca7ee906d8 (patch) | |
tree | 458efb22b87b2fb693d98e2c3418e5af39346dfa | |
parent | 032c7951143e6452aeda34863bb38fed7ad26d3e (diff) | |
download | yt-dlp-rajiko-b5298403470347bfba79130c49bb7dca7ee906d8.tar.gz yt-dlp-rajiko-b5298403470347bfba79130c49bb7dca7ee906d8.tar.bz2 yt-dlp-rajiko-b5298403470347bfba79130c49bb7dca7ee906d8.zip |
move misc stuff to "misc" folder
the tests arent tests really, probably shouldnt give that impression
+ maybe now they wont get automatically included in the build
-rw-r--r-- | misc/how to do a release (renamed from how to do a release) | 0 | ||||
-rwxr-xr-x | misc/randominfo.py (renamed from tests/test_randominfo.py) | 2 | ||||
-rwxr-xr-x | misc/test-tokens.py (renamed from tests/test_tokens.py) | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/how to do a release b/misc/how to do a release index ca99af6..ca99af6 100644 --- a/how to do a release +++ b/misc/how to do a release diff --git a/tests/test_randominfo.py b/misc/randominfo.py index bd71fdc..bdb7660 100755 --- a/tests/test_randominfo.py +++ b/misc/randominfo.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 -import unittest - from yt_dlp_plugins.extractor import radiko from yt_dlp import YoutubeDL diff --git a/tests/test_tokens.py b/misc/test-tokens.py index ba6475f..ba6475f 100755 --- a/tests/test_tokens.py +++ b/misc/test-tokens.py |