Files @ be1d20bfd2dd
Branch filter:

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

Thomas De Schampheleire
pytest migration: model: convert all tests to TestControllerPytest

The model tests were based on BaseTestCase which does not exist currently
for pytest-style tests. Nevertheless, there seems to be no advantage of
directly subclassing BaseTestCase over subclassing TestControllerPytest.
Thus, keep things simple and use TestControllerPytest.
1
2
3
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango