Files
edx-platform/common/test/conftest.py
2019-07-12 12:50:59 +05:00

9 lines
192 B
Python

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