Group questions first part
This commit is contained in:
@@ -17,7 +17,5 @@ def test_solution(capsys):
|
||||
|
||||
expected_output = (HERE / "test-output").read_text().splitlines()
|
||||
assert expected_output == [
|
||||
l
|
||||
for l in capsys.readouterr().out.splitlines()
|
||||
if not l.startswith("highest_seat")
|
||||
l for l in capsys.readouterr().out.splitlines() if l.startswith("counts_sum=")
|
||||
]
|
||||
|
Reference in New Issue
Block a user