From 862f8d2c0827c7b06ed945918fc6913f0e868863 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:33:01 +0500 Subject: [PATCH] please work v3 --- run/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run/__main__.py b/run/__main__.py index 67b1c0a..88426b7 100644 --- a/run/__main__.py +++ b/run/__main__.py @@ -27,7 +27,8 @@ os.system(f'cd api && uvicorn main:app{" --reload" if dev else ""} --host 0.0.0. time.sleep(2) -os.system('python tests') +import tests.__main__ as tests +tests.test_all()