added exception and testcase for comic that loads the page but not images

This commit is contained in:
Bryan Bailey
2022-03-31 10:37:08 -04:00
parent 75137f85d7
commit e8ddad67ab
8 changed files with 58 additions and 89 deletions

13
tox.ini Normal file
View File

@@ -0,0 +1,13 @@
[tox]
minversion = 3.8.0
envlist = py39
isolated_build = true
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements_dev.txt
commands =
pytest --junitxml report.xml yoink/tests/test_basic.py