def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [
         CommenterTestCase,
     ]
     sciutils.runSciMozTests(testCases, scimoz)
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
 def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [CommenterTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
Beispiel #4
0
 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)
Beispiel #5
0
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
Beispiel #6
0
 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)