From d99f94e68f0ffb7770b63d28312aa79f4d62eaf2 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Thu, 10 Feb 2022 11:37:39 +0100 Subject: [PATCH] TST: added note and xfail to one test that is incompatible with role keyword now --- unittests/test_parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittests/test_parser.py b/unittests/test_parser.py index 6f3b81e6..26fd4aa6 100644 --- a/unittests/test_parser.py +++ b/unittests/test_parser.py @@ -301,6 +301,8 @@ class ExternTest(unittest.TestCase): class ErrorMessageTest(unittest.TestCase): """Tests for understandable error messages.""" + # Note: This was changed with implementation of role keyword + @unittest.expectedFailure def test_non_dict(self): """When a value is given, where a list or mapping is expected.""" recordtype_value = """ -- GitLab