Lines Matching defs:exe
189 def EXP_MSG(str, actual, exe):
190 """A generic "'%s' returned unexpected result" message generator if exe.
195 "returned unexpected" if exe else "does not match expected",
234 if not fpath.endswith(".exe"):
235 fpath += ".exe"
2066 self, str, patterns, msg=None, trace=False, error=False, matching=True, exe=True
2075 if exe:
2110 msg if msg else EXP_MSG(str, output, exe),
2236 exe=False,
2335 exe=True,
2361 sent to the command interpreter. In case the keyword argument 'exe' is
2381 if exe:
2418 "{}:".format("Ran command" if exe else "Checking string"),
2423 if exe: