From 0273d22e02c70d812cdf82c270e585f8f79675ef Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 28 Jan 2016 21:08:32 +0000 Subject: [PATCH] add NotImplemented unit_tests --- unit_tests/__init__.py | 3 +++ unit_tests/test_write_me.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 unit_tests/__init__.py create mode 100644 unit_tests/test_write_me.py diff --git a/unit_tests/__init__.py b/unit_tests/__init__.py new file mode 100644 index 0000000..afaed60 --- /dev/null +++ b/unit_tests/__init__.py @@ -0,0 +1,3 @@ +import sys + +sys.path.append('hooks/') diff --git a/unit_tests/test_write_me.py b/unit_tests/test_write_me.py new file mode 100644 index 0000000..30e73a0 --- /dev/null +++ b/unit_tests/test_write_me.py @@ -0,0 +1 @@ +raise NotImplementedError