def test_flexible_str_set(self): self.assertEquals(_flexible_str(set(['Foo', 'Bar', 'Qux'])), 'Bar, Foo, Qux')
def test_flexible_str_str(self): self.assertEquals(_flexible_str('Bar, Foo, Qux'), 'Bar, Foo, Qux')