Files
@ 70d3a838a9f4
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
70d3a838a9f4
1.4 KiB
text/x-sh
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.