summaryrefslogtreecommitdiff
path: root/tests/md_module.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-24 08:09:16 -0700
committerBob Halley <halley@dnspython.org>2020-07-24 08:09:16 -0700
commit4ca4799d451d82b80f34c4990bb37c6acc607d20 (patch)
tree6eb8405fe4cde8859058f60752b9ac6fa0ec150c /tests/md_module.py
parent13af55c7b95307fd5ac24525e3f50ca2da5e2c2f (diff)
downloaddnspython-4ca4799d451d82b80f34c4990bb37c6acc607d20.tar.gz
bring rdata.py to full coverage
Diffstat (limited to 'tests/md_module.py')
-rw-r--r--tests/md_module.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/md_module.py b/tests/md_module.py
new file mode 100644
index 0000000..19568bd
--- /dev/null
+++ b/tests/md_module.py
@@ -0,0 +1,4 @@
+import dns.rdtypes.nsbase
+
+class MD(dns.rdtypes.nsbase.NSBase):
+ """Test MD record."""