Example #1
0
 def run_wapiti(self, args):
     return run_command([self.WAPITI_CMD] + args, self.verbose)
Example #2
0
 def run_wapiti(self, args):
     """ Run ``wapiti`` binary in a subprocess """
     return run_command([self.WAPITI_CMD] + args, self.verbose)
Example #3
0
def test_is_wapiti_binary_present():
    run_command(['which', WapitiCRF.WAPITI_CMD])
Example #4
0
 def run_wapiti(self, args):
     """ Run ``wapiti`` binary in a subprocess """
     return run_command([self.WAPITI_CMD] + args, self.verbose)
Example #5
0
def test_is_wapiti_binary_present():
    run_command(['which', WapitiCRF.WAPITI_CMD])