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)