Files
@ cbeed250b599
Branch filter:
Location: kallithea/docs/theme/nature/static/pygments.css
cbeed250b599
2.7 KiB
text/css
pytest migration: move init_stack under TestControllerPytest
Avoid top-level methods if they could be placed under classes.
The init_stack method is only used from TestControllerPytest so it makes
sense to scope it under that class.
Avoid top-level methods if they could be placed under classes.
The init_stack method is only used from TestControllerPytest so it makes
sense to scope it under that class.