Files @ 15c40f8a3510
Branch filter:

Location: kallithea/docs/theme/nature/theme.conf

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
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango