コード例 #1
0
ファイル: commands.py プロジェクト: camilonova/weblate
 def test_update_index(self):
     # Flush possible caches
     flush_index()
     # Test the command
     call_command(
         'update_index'
     )
コード例 #2
0
 def test_update_index(self):
     # Flush possible caches
     flush_index()
     # Test the command
     call_command(
         'update_index'
     )
コード例 #3
0
ファイル: commands.py プロジェクト: camilonova/weblate
 def setUp(self):
     super(RebuildIndexTest, self).setUp()
     # Flush possible caches
     flush_index()
コード例 #4
0
ファイル: commands.py プロジェクト: madhuracj/weblate
 def setUp(self):
     super(RebuildIndexTest, self).setUp()
     # Flush possible caches
     flush_index()