about summary refs log tree commit diff
path: root/test_zachwalk.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_zachwalk.py')
-rwxr-xr-xtest_zachwalk.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test_zachwalk.py b/test_zachwalk.py
new file mode 100755
index 0000000..5ed323e
--- /dev/null
+++ b/test_zachwalk.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+import zachwalk
+
+def main():
+    assert zachwalk.gnd([b'']) == zachwalk.DEFAULT
+
+if __name__ == '__main__':
+    main()