mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-04 17:24:47 -04:00
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.
|
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| resolver | ||
| clean.sh | ||
| setup.sh | ||
| tests-shutdown.py | ||