use context managers in cache.py & add tests

This commit is contained in:
Mike Fährmann
2020-02-25 23:08:47 +01:00
parent 913b8333cc
commit ec85bf90de
3 changed files with 217 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
TESTS_CORE=(config cookies downloader extractor oauth postprocessor text util)
TESTS_CORE=(cache config cookies downloader extractor oauth postprocessor text util)
TESTS_RESULTS=(results)