Skip to content

Commit 3cd249c

Browse files
committed
Fix tests by removing check for NotImplementedError
1 parent 630858c commit 3cd249c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_xsd_types.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ def test_simpletype_parse():
4040
assert item.parse_xmlelement(node) is None
4141

4242

43-
def test_simpletype_xmlvalue():
44-
item = types.AnySimpleType()
45-
46-
with pytest.raises(NotImplementedError):
47-
item.xmlvalue(None)
48-
49-
5043
def test_simpletype_pythonvalue():
5144
item = types.AnySimpleType()
5245

0 commit comments

Comments
 (0)