Draft: handle the absence of the Drawing module in the unit tests

This commit is contained in:
wmayer
2022-06-26 12:07:48 +02:00
parent d6fcce96b1
commit bfbf23d698

View File

@@ -568,6 +568,8 @@ class DraftModification(unittest.TestCase):
self.assertTrue(obj, "'{}' failed".format(operation))
except TypeError:
pass
except ModuleNotFoundError:
pass
def test_mirror(self):
"""Create a rectangle, then a mirrored shape."""