Skip to content
  • Michał Kępień's avatar
    Rework imports in dnspython-based system tests · 49312d6b
    Michał Kępień authored
    Ensure all "import dns.*" statements are always placed after
    pytest.importorskip('dns') calls, in order to allow the latter to
    fulfill their purpose.  Explicitly import all dnspython modules used by
    each dnspython-based test to avoid relying on nested imports.  Replace
    function-scoped imports with global imports to reduce code duplication.
    49312d6b