Files
@ 15c40f8a3510
Branch filter:
Location: kallithea/docs/readme.rst
15c40f8a3510
42 B
text/prs.fallenstein.rst
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).