diff --git a/src/unitgrade/dashboard/app.py b/src/unitgrade/dashboard/app.py index c15380e80d93c0bdb62a601670f5765170c9bfb7..0349c58f53ee2ddca3085063040268982d8a60a3 100644 --- a/src/unitgrade/dashboard/app.py +++ b/src/unitgrade/dashboard/app.py @@ -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: