August 2018
Beginner
160 pages
4h 8m
English
This mode will output the exact same traceback normally used by Python to report exceptions and is loved by purists:
_______________________ test_read_properties ________________________Traceback (most recent call last): File "X:\CH2\tests\test_read_properties.py", line 32, in test_read_properties grids = list(iter_grids_from_csv(lines)) File "X:\CH2\tests\test_read_properties.py", line 27, in iter_grids_from_csv yield parse_grid_data(fields) File "X:\CH2\tests\test_read_properties.py", line 21, in parse_grid_data active_cells=convert_size(fields[2]), File "X:\CH2\tests\test_read_properties.py", line 14, in convert_size return int(s)ValueError: invalid literal for int() with base 10: 'null'===================== 1 failed in 0.03 ...
Read now
Unlock full access