Merge branch 'NovaOSS:main' into main

This commit is contained in:
Game_Time 2023-08-20 15:33:38 +05:00 committed by GitHub
commit b107d5ca98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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