コード例 #1
0
 def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [
         CommenterTestCase,
     ]
     sciutils.runSciMozTests(testCases, scimoz)
コード例 #2
0
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
コード例 #3
0
 def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [CommenterTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
コード例 #4
0
ファイル: koSciUtils.py プロジェクト: AeonSaber/first_app
 def test_scimoz(self, scimoz):
     reload(sciutils)  # reload so we can re-test w/o re-starting Komodo
     testCases = [sciutils.SciUtilsTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
コード例 #5
0
ファイル: koCSSLanguage.py プロジェクト: cmohler/KomodoEdit
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
コード例 #6
0
ファイル: koSciUtils.py プロジェクト: Acidburn0zzz/KomodoEdit
 def test_scimoz(self, scimoz):
     reload(sciutils)  # reload so we can re-test w/o re-starting Komodo
     testCases = [sciutils.SciUtilsTestCase]
     sciutils.runSciMozTests(testCases, scimoz)