diff --git a/nsupdate/api/_tests/test_api.py b/nsupdate/api/_tests/test_api.py index 86dd27c..2c8044f 100644 --- a/nsupdate/api/_tests/test_api.py +++ b/nsupdate/api/_tests/test_api.py @@ -4,11 +4,6 @@ Tests for api package. import pytest -# TODO XXX experiencing ImportErrors all the time. somehow project package structure is borked. -# what is the usual, working, project structure for a testable django / pytest.django project? - -pytest.skip("doesn't work due to ImportErrors....") - def test_myip(client): response = client.get('/myip') diff --git a/nsupdate/main/_tests/test_dnstools.py b/nsupdate/main/_tests/test_dnstools.py index 883ada2..186d6a5 100644 --- a/nsupdate/main/_tests/test_dnstools.py +++ b/nsupdate/main/_tests/test_dnstools.py @@ -3,7 +3,6 @@ Tests for dnstools module. """ import pytest -pytest.skip("No DNS") from dns.resolver import NXDOMAIN