mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:53:58 +01:00
Merge branch 'NovaOSS:main' into main
This commit is contained in:
commit
b107d5ca98
|
@ -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()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue