add some tests for job.py

This commit is contained in:
Mike Fährmann
2021-05-14 19:44:16 +02:00
parent b50b8e6cf4
commit 559462789d
2 changed files with 211 additions and 1 deletions

View File

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