please work v3

This commit is contained in:
Game_Time 2023-08-20 15:33:01 +05:00
parent 63c717652a
commit 862f8d2c08

View file

@ -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()