Files
@ 07dbfabb8fea
Branch filter:
Location: kallithea/MIT-Permissive-License.txt - annotation
07dbfabb8fea
1023 B
text/plain
tests: Add conftest.py for pytest
This adds a conftest.py for pytest that initializes the Pylons app so that the
SQLAlchemy session is bound and such.
This is sort of the Python analogue for the nosetest plugin that Pylons
includes: https://github.com/Pylons/pylons/blob/master/pylons/test.py
This adds a conftest.py for pytest that initializes the Pylons app so that the
SQLAlchemy session is bound and such.
This is sort of the Python analogue for the nosetest plugin that Pylons
includes: https://github.com/Pylons/pylons/blob/master/pylons/test.py