]> git.ipfire.org Git - thirdparty/babel.git/commit
tests: Use regular asserts instead of unittest functions
authorAarni Koskela <akx@iki.fi>
Tue, 10 May 2022 08:52:35 +0000 (11:52 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 10 May 2022 12:37:41 +0000 (15:37 +0300)
commitd06dcbf2a0cc34c3172fd175cfb3c43684cfd37c
treeee572fea0246ecf882d5c569fc9a73d043d6dc8c
parentd0ec73dcfb153823a12f8f94871849b6cd9fece9
tests: Use regular asserts instead of unittest functions

Automated conversion initially applied with
https://github.com/warlo/codemod-unittest-to-pytest-asserts,
followed by some manual changes for brevity.
tests/messages/test_catalog.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_mofile.py
tests/messages/test_pofile.py
tests/test_dates.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_support.py
tests/test_util.py