Exemplo n.º 1
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus mocha plugin isn't implemented")
Exemplo n.º 2
0
 def install(self):
     raise ToolError(
         "The %s is not operable or not available. Consider installing it" %
         self.tool_name)
Exemplo n.º 3
0
 def install(self):
     raise ToolError(
         "Automatic installation of npm is not implemented. Install it manually"
     )
Exemplo 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)
Exemplo n.º 5
0
 def install(self):
     raise ToolError("You must install Siege tool at first")
Exemplo n.º 6
0
 def install(self):
     msg = "Unable to locate locustio package. Please install it like this: pip install locustio"
     raise ToolError(msg)
Exemplo 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
Exemplo n.º 8
0
 def install(self):
     raise ToolError(
         "TestNG plugin should be bundled with Taurus distribution")
Exemplo n.º 9
0
 def install(self):
     raise ToolError("You must install Tsung manually to use it, see %s" %
                     self.INSTALLATION_DOCS)
Exemplo n.º 10
0
 def install(self):
     raise ToolError(
         "Automatic installation of %s is not implemented. Install it manually"
         % self.tool_name)
Exemplo n.º 11
0
 def install(self):
     raise ToolError(
         "Automatic installation of JUnitListener isn't implemented")
Exemplo n.º 12
0
 def install(self):
     raise ToolError("You must install robot framework")
Exemplo n.º 13
0
 def install(self):
     raise ToolError("Robot Taurus runner should've been included in Taurus distribution")
Exemplo n.º 14
0
 def install(self):
     raise ToolError("Automatic installation of Taurus pytest runner isn't implemented")
Exemplo n.º 15
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus WebdriverIO plugin isn't implemented"
     )
Exemplo n.º 16
0
 def install(self):
     raise ToolError("Please install PBench tool manually")
Exemplo n.º 17
0
 def install(self):
     raise ToolError(
         "Automatic installation of Taurus Newman Reporter isn't implemented"
     )
Exemplo n.º 18
0
 def install(self):
     raise ToolError(
         "You must install molotov tool (version 1.4 or greater) to use it")