add NotImplemented unit_tests

This commit is contained in:
Ryan Beisner 2016-01-28 21:08:32 +00:00
parent c93c8fcff2
commit 0273d22e02
2 changed files with 4 additions and 0 deletions

3
unit_tests/__init__.py Normal file
View File

@ -0,0 +1,3 @@
import sys
sys.path.append('hooks/')

View File

@ -0,0 +1 @@
raise NotImplementedError