refactor: split test.py into modular pytest integration tests + benchmark tool #21

Merged
TapTap merged 7 commits from refactor-tests into main 2026-07-19 15:11:30 +02:00
Showing only changes of commit 51f20d1c91 - Show all commits
+1 -1
View File
@@ -165,7 +165,7 @@ def run_benchmark(source_dir, dest_dir, configs, runs, profile_name):
port = find_free_port()
server = subprocess.Popen(
SERVER_CMD + ["-p", str(port)],
stdout=subprocess.DEVNULL, stderr=None,
stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL,
)
try:
wait_for_port(port)