예제 #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)
예제 #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)
예제 #3
0
 def tearDown(self):
     EnvironmentUtil.teardown_fresh_test_env()
예제 #4
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({
       'type': 'memory-db'})
     self.listCommand = ListCommand(self.context)
예제 #5
0
파일: new.py 프로젝트: jhsu/schema-tool
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({"type": "memory-db"})
     self.newCommand = NewCommand(self.context)
예제 #6
0
 def tearDown(self):
     EnvironmentUtil.teardown_fresh_test_env()
예제 #7
0
 def setUp(self):
     EnvironmentUtil.setup_fresh_test_env()
     self.context = CommandContext.via({'type': 'memory-db'})
     self.listCommand = ListCommand(self.context)