This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
gallery-dl
Watch
1
Star
0
Fork
0
You've already forked gallery-dl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8553b218d9e9be0c63bbc8c299d53d74f4731f43
gallery-dl
/
test
History
Mike Fährmann
8553b218d9
replace calls to 'os.path.splitext()' with 'str.rpartition()'
...
Makes functions who used it more than twice as fast and we can get rid of an import as well.
2021-03-28 04:01:27 +02:00
..
__init__.py
add tests for text-module
2015-10-03 14:51:13 +02:00
test_cache.py
write OAuth token to cache by default (
#616
)
2020-05-25 22:35:45 +02:00
test_config.py
implement 'config.accumulate()' (
#994
)
2020-09-14 21:13:08 +02:00
test_cookies.py
[sankaku] remove login support
2020-12-08 21:05:47 +01:00
test_downloader.py
use __import__() to dynamically load modules
2021-03-01 01:27:02 +01:00
test_extractor.py
update 'oauth:mastodon:<instance>' code
2021-01-28 02:20:12 +01:00
test_oauth.py
skip external OAuth tests (
closes
#908
)
2020-07-30 19:26:09 +02:00
test_postprocessor.py
use __import__() to dynamically load modules
2021-03-01 01:27:02 +01:00
test_results.py
remove unneeded 'TRAVIS_SKIP' from test_results.py
2021-03-01 01:38:18 +01:00
test_text.py
replace calls to 'os.path.splitext()' with 'str.rpartition()'
2021-03-28 04:01:27 +02:00
test_util.py
implement 'util.unique_squence()'
2021-03-02 23:11:08 +01:00