Files @ 15c40f8a3510
Branch filter:

Location: kallithea/docs/readme.rst

Thomas De Schampheleire
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).
1
2
3
.. _readme:

.. include:: ./../README.rst