Files
@ cbeed250b599
Branch filter:
Location: kallithea/scripts/make-release
cbeed250b599
2.0 KiB
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.