Esempio n. 1
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus mocha plugin isn't implemented")
Esempio n. 2
0
 def install(self):
     raise ToolError(
         "The %s is not operable or not available. Consider installing it" %
         self.tool_name)
Esempio n. 3
0
 def install(self):
     raise ToolError(
         "Automatic installation of npm is not implemented. Install it manually"
     )
Esempio n. 4
0
 def install(self):
     if PY3:
         raise ToolError(
             "LocustIO is not currently compatible with Python 3.x")
     msg = "Unable to locate locustio package. Please install it like this: pip install locustio"
     raise ToolError(msg)
Esempio n. 5
0
 def install(self):
     raise ToolError("You must install Siege tool at first")
Esempio n. 6
0
 def install(self):
     msg = "Unable to locate locustio package. Please install it like this: pip install locustio"
     raise ToolError(msg)
Esempio n. 7
0
 def check(self):
     retcode = self.process.poll()
     if retcode is not None:
         ToolError(f"Vegeta tool exited with non-zero code: {retcode}")
         return True
     return False
Esempio n. 8
0
 def install(self):
     raise ToolError(
         "TestNG plugin should be bundled with Taurus distribution")
Esempio n. 9
0
 def install(self):
     raise ToolError("You must install Tsung manually to use it, see %s" %
                     self.INSTALLATION_DOCS)
Esempio n. 10
0
 def install(self):
     raise ToolError(
         "Automatic installation of %s is not implemented. Install it manually"
         % self.tool_name)
Esempio n. 11
0
 def install(self):
     raise ToolError(
         "Automatic installation of JUnitListener isn't implemented")
Esempio n. 12
0
 def install(self):
     raise ToolError("You must install robot framework")
Esempio n. 13
0
 def install(self):
     raise ToolError("Robot Taurus runner should've been included in Taurus distribution")
Esempio n. 14
0
 def install(self):
     raise ToolError("Automatic installation of Taurus pytest runner isn't implemented")
Esempio n. 15
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus WebdriverIO plugin isn't implemented"
     )
Esempio n. 16
0
 def install(self):
     raise ToolError("Please install PBench tool manually")
Esempio n. 17
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus Newman Reporter isn't implemented"
     )
Esempio n. 18
0
 def install(self):
     raise ToolError(
         "You must install molotov tool (version 1.4 or greater) to use it")