mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-22 09:27:53 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
import dns
|
|
import dns.zone
|
|
from dns.resolver import NoAnswer
|
|
|
|
|
|
def test_add_record(resolver) -> None:
|
|
assert False |