Files
@ cbeed250b599
Branch filter:
Location: kallithea/docs/usage/backup.rst
cbeed250b599
512 B
text/prs.fallenstein.rst
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.