Files
@ 70d3a838a9f4
Branch filter:
Location: kallithea/docs/dev/dbmigrations.rst
70d3a838a9f4
2.9 KiB
text/prs.fallenstein.rst
tests: remove unused code from conftest.py
conftest.py does not contain an import of pylons (only of pylons.test) so
usage of e.g. pylons.config can never work, so it cannot be used.
Since the tests run fine regardless, we can get rid of this code.
conftest.py does not contain an import of pylons (only of pylons.test) so
usage of e.g. pylons.config can never work, so it cannot be used.
Since the tests run fine regardless, we can get rid of this code.