jantman / pydnstest

ABANDONED - Python tool for testing DNS changes (add, remove, rename, change records) against a staging DNS server, verifying the same changes against production, or confirming that a record returns the same result in both environments.
GNU Affero General Public License v3.0
11 stars 1 forks source link

merge dns verification methods #10

Open jantman opened 10 years ago

jantman commented 10 years ago

there are a bunch of copy-pasta "def stub_*" dns resolution methods in many of the test classes. Move them to a common tests/util module