Skip to content

Instantly share code, notes, and snippets.

View kedihacker's full-sized avatar
💭
Feeling like a engineer is more important than being a engineer.

kedi kedihacker

💭
Feeling like a engineer is more important than being a engineer.
View GitHub Profile
PS D:\kod\git\cj8-qualifier\qualifier> python -m unittest local_test_suite.py
.........EE
======================================================================
ERROR: test_010_lots_of_rows (local_test_suite.MakeTableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\kod\git\cj8-qualifier\qualifier\local_test_suite.py", line 749, in test_010_lots_of_rows
self.run_against_solution(case, fail_msg="Couldn't handle lots of rows.")
File "D:\kod\git\cj8-qualifier\qualifier\local_test_suite.py", line 451, in run_against_solution
raise RuntimeError("Couldn't find the known good result for this test.")
if __name__ == '__main__':
table = make_table(
rows=[
["Lemon"],
["Sebastiaan"],
["KutieKatj9"],
["Jake"],
["Not Joe"]
]
)