Example #1
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({'type': 'memory-db'})
     self.downCommand = DownCommand(self.context)
     self.newCommand = NewCommand(self.context)
     self.upCommand = UpCommand(self.context)
     self.checkCommand = CheckCommand(self.context)
Example #2
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({
       'type': 'memory-db'})
     self.downCommand = DownCommand(self.context)
     self.newCommand = NewCommand(self.context)
     self.upCommand  = UpCommand(self.context)
     self.checkCommand  = CheckCommand(self.context)
Example #3
0
 def tearDown(self):
     EnvironmentUtil.teardown_fresh_test_env()
Example #4
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({
       'type': 'memory-db'})
     self.listCommand = ListCommand(self.context)
Example #5
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({"type": "memory-db"})
     self.newCommand = NewCommand(self.context)
Example #6
0
 def tearDown(self):
     EnvironmentUtil.teardown_fresh_test_env()
Example #7
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({'type': 'memory-db'})
     self.listCommand = ListCommand(self.context)