diff options
| author | Viatrix | 2026-03-11 13:59:20 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-11 13:59:20 -0700 |
| commit | e8b45cae1841c4ed30013cd3cb85257fce027e7f (patch) | |
| tree | bb454f1640cfbcbc823757ecde8bce29e9d8fd70 /tests/test_imagemap_comparison.py | |
| parent | 8cea9e2a48fa7965614997ebee832bb39e7154ca (diff) | |
Enclave test case added
Updated other test cases that changed order due to enclave handling code
Diffstat (limited to 'tests/test_imagemap_comparison.py')
| -rw-r--r-- | tests/test_imagemap_comparison.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index 087a3d8..959e98e 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -4,6 +4,7 @@ from imagemap import ImageMap class ImageMapComparisonTest(ComparisonMixin, TestCase): effect_class = ImageMap compare_file = ( + 'svg/enclave.svg', 'svg/intersect.svg', 'svg/overlap.svg', 'svg/rect.svg', |
