overhaul test system
authorBob Halley <halley@dnspython.org>
Sat, 31 May 2014 18:07:58 +0000 (11:07 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 31 May 2014 18:07:58 +0000 (11:07 -0700)
commitc8e17fc02a2d3ebbee3e7c34cd7828858e13fe57
tree2deaf7d17d62a72616828e321310fb67aedcc1c7
parent1c8b777f3f0a9881f8286127d1e42b01e95876c4
overhaul test system
20 files changed:
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 94% 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_grange.py [moved from tests/grange.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_rdtypeanyloc.py [moved from tests/rdtypeanyloc.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]