def run_wapiti(self, args): return run_command([self.WAPITI_CMD] + args, self.verbose)
def run_wapiti(self, args): """ Run ``wapiti`` binary in a subprocess """ return run_command([self.WAPITI_CMD] + args, self.verbose)
def test_is_wapiti_binary_present(): run_command(['which', WapitiCRF.WAPITI_CMD])