Skip to content
Snippets Groups Projects
Commit 1b3bbba7 authored by tuhe's avatar tuhe
Browse files

updates

parent cf465e3f
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ def mkapp(base_dir="./"):
m = '.'.join(db['modules'])
# cmd = f"python -m {m}"
cmd = f"python -m unittest {m}"
print(cmd)
try:
out = subprocess.run(cmd, cwd=db['local_base_dir_for_test_module'], shell=True, check=True, capture_output=True, text=True)
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment