mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Update split_tests.py
This commit is contained in:
@@ -187,6 +187,7 @@ def collect_tests(path: Path) -> TestFolder:
|
|||||||
file_path, _, total_tests = line.partition(": ")
|
file_path, _, total_tests = line.partition(": ")
|
||||||
if not path or not total_tests:
|
if not path or not total_tests:
|
||||||
print(f"Unexpected line: {line}")
|
print(f"Unexpected line: {line}")
|
||||||
|
print("all lines:\n", result.stdout)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
file = TestFile(int(total_tests), Path(file_path))
|
file = TestFile(int(total_tests), Path(file_path))
|
||||||
|
Reference in New Issue
Block a user