removed test skips, all works now
This commit is contained in:
parent
6110bb78c4
commit
89f743c1b0
@ -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')
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user