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

fixes #20 add warning when reading from stdin #24

Closed jantman closed 10 years ago

jantman commented 10 years ago

Travis build is OK except for the 'cov' environment, which failed with "error: [Errno 104] Connection reset by peer" when pip installing mock into the venv. Manually ran cov locally, still 100%.