Files
edx-platform/common/lib/conftest.py
2018-06-07 13:46:47 -04:00

6 lines
151 B
Python

"""Code run by pylint before running any tests."""
# Patch the xml libs before anything else.
from safe_lxml import defuse_xml_libs
defuse_xml_libs()