From e6a63494f45622903e294d8107ce5be37d30520a Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Tue, 9 Jul 2024 10:45:53 +0200 Subject: [PATCH] shapes: tests: add expected failures for invalid templates --- shapes/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shapes/tests.py b/shapes/tests.py index 251ab47a..1ebb0631 100755 --- a/shapes/tests.py +++ b/shapes/tests.py @@ -47,7 +47,9 @@ def test_validation_rules(self, path: str) -> None: print(f'Testing validation with: {path}') if 'RMLTC0004b' in path or 'RMLTC0007h' in path or \ 'RMLTC0012c' in path or 'RMLTC0012d' in path or \ - 'RMLTC0015b' in path: + 'RMLTC0015b' in path or 'RMLTC0024a' in path or \ + 'RMLTC0024b' in path or 'RMLTC0024c' in path or \ + 'RMLTC0024d' in path: with self.assertRaises(Exception): self._validate_rules(path) else: