Feat: dockerfile to test bopytex in new environment

This commit is contained in:
2022-05-08 09:15:13 +02:00
parent 8f1d9cb4d4
commit 78f6ddc813
4 changed files with 36 additions and 22 deletions

View File

@@ -60,7 +60,7 @@ def test_with_default_planner(template_path, jinja2_env, tmp_path):
}
for message in main(**options):
pass
assert message.status == 0
assert Path("joined_source.pdf").exists()