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