]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Overhaul test suite to allow testing in place.
authorBob Halley <halley@dnspython.org>
Mon, 1 Sep 2014 00:40:54 +0000 (17:40 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 1 Sep 2014 00:40:54 +0000 (17:40 -0700)
commite3430cec7ce072322b16c2ca97c5ea506f14df31
treec8444e1b42c414f9eb89e893abed6ebc8709e423
parent889e1e7342b54687f491c4521c4329ef1feb8b8f
Overhaul test suite to allow testing in place.
19 files changed:
Makefile
dns/dnssec.py
tests/Makefile
tests/test_bugs.py [moved from tests/bugs.py with 100% similarity]
tests/test_dnssec.py [moved from tests/dnssec.py with 93% similarity]
tests/test_flags.py [moved from tests/flags.py with 100% similarity]
tests/test_generate.py [moved from tests/generate.py with 100% similarity]
tests/test_message.py [moved from tests/message.py with 100% similarity]
tests/test_name.py [moved from tests/name.py with 100% similarity]
tests/test_namedict.py [moved from tests/namedict.py with 100% similarity]
tests/test_ntoaaton.py [moved from tests/ntoaaton.py with 100% similarity]
tests/test_rdtypeandclass.py [moved from tests/rdtypeandclass.py with 100% similarity]
tests/test_resolver.py [moved from tests/resolver.py with 100% similarity]
tests/test_rrset.py [moved from tests/rrset.py with 100% similarity]
tests/test_set.py [moved from tests/set.py with 100% similarity]
tests/test_tokenizer.py [moved from tests/tokenizer.py with 100% similarity]
tests/test_update.py [moved from tests/update.py with 100% similarity]
tests/test_zone.py [moved from tests/zone.py with 100% similarity]
tests/utest.py [new file with mode: 0644]