Better lifecycle unit tests
Also, refactoring some DB calls for easier testing.
This commit is contained in:
6
tests/__init__.py
Normal file
6
tests/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
print "!!!!!!! %s" %__package__
|
||||
|
||||
#sys.path = [os.path.abspath(os.path.dirname(__package__))] + sys.path
|
||||
Reference in New Issue
Block a user