コード例 #1
0
ファイル: test_models.py プロジェクト: royshouvik/mozillians
 def test_get_index(self):
     ok_(UserProfileMappingType.get_index(public_index=False), 'bar')
コード例 #2
0
 def test_get_index(self):
     ok_(UserProfileMappingType.get_index(public_index=False), 'bar')
コード例 #3
0
ファイル: test_models.py プロジェクト: royshouvik/mozillians
 def test_get_index_public(self):
     ok_(UserProfileMappingType.get_index(public_index=True), 'foo')
コード例 #4
0
 def test_get_index_public(self):
     ok_(UserProfileMappingType.get_index(public_index=True), 'foo')