Ejemplo n.º 1
0
 def test_get_index(self):
     ok_(UserProfileMappingType.get_index(public_index=False), 'bar')
Ejemplo n.º 2
0
 def test_get_index(self):
     ok_(UserProfileMappingType.get_index(public_index=False), 'bar')
Ejemplo n.º 3
0
 def test_get_index_public(self):
     ok_(UserProfileMappingType.get_index(public_index=True), 'foo')
Ejemplo n.º 4
0
 def test_get_index_public(self):
     ok_(UserProfileMappingType.get_index(public_index=True), 'foo')