Esempio n. 1
0
 def setUp(self):
     """
     Create a L{JavaScriptTestCase} and verify that its dependencies are
     present (otherwise, skip the test).
     """
     self.case = JavaScriptTestCase()
     try:
         self.case.checkDependencies()
     except NotSupported:
         raise SkipTest("Missing JS dependencies")