Skip to content
Snippets Groups Projects
Commit 63b49ee0 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Fix safe_lxml. SEC-338

The imports were sorted in May, which broke the monkeypatching in
safe_lxml.  I added two tests that the XML parsers are properly patched,
but they didn't pass until I added the monkeypatching to the start of
the test runs.  Once that was done, some tests failed because they
relied on specific details of how empty elements are represented.  Those
tests are now fixed.
parent c1e878fb
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment