removed test skips, all works now

This commit is contained in:
Thomas Waldmann 2013-10-17 15:58:25 -07:00
parent 6110bb78c4
commit 89f743c1b0
2 changed files with 0 additions and 6 deletions

View File

@ -4,11 +4,6 @@ Tests for api package.
import pytest 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): def test_myip(client):
response = client.get('/myip') response = client.get('/myip')

View File

@ -3,7 +3,6 @@ Tests for dnstools module.
""" """
import pytest import pytest
pytest.skip("No DNS")
from dns.resolver import NXDOMAIN from dns.resolver import NXDOMAIN