Example #1
0
 def test__get_theme_from_string_not_found(self):
     with pytest.raises(ThemeNotExistsError):
         ConfigManager._get_theme_from_string("not existing")
Example #2
0
 def test_capitalize_theme(self):
     """Most testing done with testing _get_theme_from_string"""
     ConfigManager._get_theme_from_string("vs")