August 2018
Beginner
160 pages
4h 8m
English
This mode will show a single line of code from all the frames of the failure traceback, providing short and concise output:
============================= FAILURES ==============================_______________________ test_read_properties ________________________tests\test_read_properties.py:32: in test_read_properties grids = list(iter_grids_from_csv(lines))tests\test_read_properties.py:27: in iter_grids_from_csv yield parse_grid_data(fields)tests\test_read_properties.py:21: in parse_grid_data active_cells=convert_size(fields[2]),tests\test_read_properties.py:14: in convert_size return int(s)E ValueError: invalid literal for int() with base 10: 'null'===================== 1 failed in 0.04 seconds ======================
Read now
Unlock full access