summaryrefslogtreecommitdiff
path: root/tests/md_module.py
diff options
context:
space:
mode:
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."""