Files
@ cbeed250b599
Branch filter:
Location: kallithea/docs/theme/nature/theme.conf - annotation
cbeed250b599
71 B
text/plain
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.