Example #1
0
 def setup():
     path = os.path.dirname(os.path.realpath(__file__))
     make_db.create_db(path)
     m = db_manager.Manager(DB_TEST)
     return m
Example #2
0
 def setup():
     path = os.path.dirname(os.path.realpath(__file__))
     create_db(path)
     intsys = InteractiveSystem(DB_TEST)
     return intsys