From 89f743c1b070f8f3ef8d1096599d0e324c08835b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 17 Oct 2013 15:58:25 -0700 Subject: [PATCH] removed test skips, all works now --- nsupdate/api/_tests/test_api.py | 5 ----- nsupdate/main/_tests/test_dnstools.py | 1 - 2 files changed, 6 deletions(-) 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