예제 #1
0
 def test_load_config__no_project(self):
     with temporary_dir():
         with self.assertRaises(SystemExit):
             cci.load_config()
예제 #2
0
 def test_load_config__no_project(self):
     with temporary_dir():
         with self.assertRaises(SystemExit):
             cci.load_config()