Files
@ be1d366f461c
Branch filter:
Location: kallithea/scripts/logformat.py
be1d366f461c
1.7 KiB
text/x-python
pytest migration: functional: switch to standard assert statements
Use unittest2pytest to replace unittest-style assert statements (e.g.
assertEqual) with standard Python assert statements to benefit from pytest's
improved reporting on assert failures.
The conversion by unittest2pytest was correct, except for line wrapping
problems.
Use unittest2pytest to replace unittest-style assert statements (e.g.
assertEqual) with standard Python assert statements to benefit from pytest's
improved reporting on assert failures.
The conversion by unittest2pytest was correct, except for line wrapping
problems.