From 9d0fc0f44101a307df32e4c9287e202d8c0595bb Mon Sep 17 00:00:00 2001 From: Peter Gorniak Date: Mon, 8 Apr 2024 14:22:21 -0700 Subject: [PATCH] add resolution test --- tests/generation_tests.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/generation_tests.py b/tests/generation_tests.py index 1e95844a..4cfc7a75 100644 --- a/tests/generation_tests.py +++ b/tests/generation_tests.py @@ -27,3 +27,8 @@ def test_languages(lang): def test_grouped(): options = get_clean_opts(["--special-card-groups"]) main.generate(options) + + +def test_resolution(): + options = get_clean_opts(["--tab-artwork-resolution=300"]) + main.generate(options)