August 2018
Beginner
160 pages
4h 8m
English
This mode will output a single line per failing test, showing only the exception message and the file location of the error:
============================= FAILURES ==============================X:\CH2\tests\test_read_properties.py:14: ValueError: invalid literal for int() with base 10: 'null'
This mode might be useful if you are doing a massive refactoring and except a ton of failures anyway, planning to enter refactoring-heaven mode with the --lf -x flags afterwards.
Read now
Unlock full access