Ejemplo n.º 1
0
 def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [
         CommenterTestCase,
     ]
     sciutils.runSciMozTests(testCases, scimoz)
Ejemplo n.º 2
0
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
Ejemplo n.º 3
0
 def test_scimoz(self, scimoz):
     CommenterTestCase.lang = self
     testCases = [CommenterTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
Ejemplo n.º 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)
Ejemplo n.º 5
0
 def test_scimoz(self, scimoz):
     # Test the auto-indenter
     CSSAutoIndentTestCase.cssObj = self
     testCases = [CSSAutoIndentTestCase]
     sciutils.runSciMozTests(testCases, scimoz)
Ejemplo n.º 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)