Files
@ 15c40f8a3510
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
15c40f8a3510
1.3 KiB
text/x-sh
pytest migration: convert functional tests with setup/teardown methods
pytest also supports setup/teardown methods like unittest (even though
pytest fixtures are more powerful and should be the end goal).
Only difference is the naming and signature of setUp (setup_method) and
tearDown (teardown_method).
pytest also supports setup/teardown methods like unittest (even though
pytest fixtures are more powerful and should be the end goal).
Only difference is the naming and signature of setUp (setup_method) and
tearDown (teardown_method).