From 77651ccd131fe7e22c53c284d5fac1d8ea1261a6 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 7 Feb 2021 22:29:02 -0500 Subject: test: add basic test --- test_zachwalk.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test_zachwalk.py (limited to 'test_zachwalk.py') 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() -- cgit 1.4.1