Skip to content

Commit c07fbb3

Browse files
committed
additional test cases for #2942
1 parent 452280f commit c07fbb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/forklift/test_legacy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,9 @@ def test_fails_with_invalid_names(self, pyramid_config, db_request, name):
883883
"encodings.utf_8_sig",
884884
"distutils.command.build_clib",
885885
"xmlrpc", "xmlrpc.server",
886+
"xml.etree", "xml.etree.ElementTree",
887+
"xml.parsers", "xml.parsers.expat",
888+
"xml.parsers.expat.errors",
886889
"encodings.idna", "encodings",
887890
"CGIHTTPServer", "cgihttpserver"])
888891
def test_fails_with_stdlib_names(self, pyramid_config, db_request, name):

0 commit comments

Comments
 (0)