Skip to content

Commit ca81e38

Browse files
committed
Get stuff back in py_unittest.execut
1 parent 664a902 commit ca81e38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/local/butler/py_unittest.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,13 @@ def run_tests(target=None,
292292
else:
293293
run_tests_single_core(pattern, unsuppress_output, test_directory,
294294
top_level_dir)
295+
296+
297+
def execute(args):
298+
run_tests(
299+
target=args.target,
300+
config_dir=args.config_dir,
301+
verbose=args.verbose,
302+
pattern=args.pattern,
303+
unsuppress_output=args.unsuppress_output,
304+
parallel=args.parallel)

0 commit comments

Comments
 (0)