diff options
| author | 2021-09-09 01:57:57 -0400 | |
|---|---|---|
| committer | 2021-09-09 01:57:57 -0400 | |
| commit | 3f5483df9075ae526f4c54f4cbe80edeabf6d4cc (patch) | |
| tree | 6b2194fa03fd58ac35114c0dbec7561612a584b8 /test | |
| parent | d50ba9cfe80f00e02ca9a4714f75699c00e67128 (diff) | |
New upstream version 1.18.4.upstream/1.18.4
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_results.py | 5 | ||||
| -rw-r--r-- | test/test_util.py | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/test/test_results.py b/test/test_results.py index c36b6dd..8a20e6b 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -314,11 +314,6 @@ def setup_test_config(): "e621", "inkbunny", "tapas", "pillowfort", "mangadex"): config.set(("extractor", category), "username", None) - config.set(("extractor", "kemonoparty"), "cookies", { - "__ddg1": "0gBDGpJ3KZQmA4B9QH25", "__ddg2": "lmj5s1jnJOvhPXCX"}) - config.set(("extractor", "seisoparty"), "cookies", { - "__ddg1": "Y8rBxSDHO5UCEtQvzyI9", "__ddg2": "lmj5s1jnJOvhPXCX"}) - config.set(("extractor", "mastodon.social"), "access-token", "Blf9gVqG7GytDTfVMiyYQjwVMQaNACgf3Ds3IxxVDUQ") diff --git a/test/test_util.py b/test/test_util.py index 7a31ebb..1aa66d1 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -297,6 +297,7 @@ class TestFormatter(unittest.TestCase): self._run_test("{t!d}", datetime.datetime(2010, 1, 1)) self._run_test("{t!d:%Y-%m-%d}", "2010-01-01") self._run_test("{dt!T}", "1262304000") + self._run_test("{l!j}", '["a", "b", "c"]') with self.assertRaises(KeyError): self._run_test("{a!q}", "hello world") |
