Files
@ cbeed250b599
Branch filter:
Location: kallithea/kallithea/tests/functional/test_feed.py
cbeed250b599
780 B
text/x-python
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.