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