Exemplo n.º 1
0
 def test_should_exist(self):
     assert os.path.isfile(get_app_defaults_config_filename())
Exemplo n.º 2
0
 def test_should_end_with_app_defaults_cfg(self):
     assert get_app_defaults_config_filename().endswith('app-defaults.cfg')