mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 07:07:00 +08:00
@@ -36,6 +36,8 @@ def test_output():
|
||||
[sys.executable, __file__, "_ray_instance"],
|
||||
stderr=subprocess.STDOUT).decode()
|
||||
lines = outputs.split("\n")
|
||||
for line in lines:
|
||||
print(line)
|
||||
assert len(lines) == 3, lines
|
||||
logging_header = r"\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}\sINFO\s"
|
||||
assert re.match(
|
||||
|
||||
Reference in New Issue
Block a user