generated from Luis/nextjs-python-web-template
Merge pull request 'Fixed broken populate flag' (#46) from Qubasa-main into main
Reviewed-on: #46
This commit was merged in pull request #46.
This commit is contained in:
@@ -123,7 +123,7 @@ def start_server(args: argparse.Namespace) -> None:
|
|||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
cmd = ["pytest", "-s", "-n0", str(test_db_api)]
|
cmd = ["pytest", "-s", str(test_db_api)]
|
||||||
subprocess.run(cmd, check=True)
|
subprocess.run(cmd, check=True)
|
||||||
|
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
|
|||||||
Reference in New Issue
Block a user