Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_enum_str_is_name(self): e = SerialisableEnum('e', 'a b c') self.assertEqual(str(e.a), 'a')
A light weight Python library for the Spotify Web API