Skip to content

Commit

Permalink
add resolution test
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Apr 8, 2024
1 parent 8b6e55d commit 9d0fc0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/generation_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9d0fc0f

Please sign in to comment.