Always activate testing using pytest fixture.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 16 May 2013 23:46:20 +0000 (01:46 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 16 May 2013 23:46:20 +0000 (01:46 +0200)
commit5fa843f31fc5cc95586f23badc8a06eba4fae5b4
treea995ec5e7d559c99d2de3762ef8b7cf6ec453625
parent0536306048daa0970d2e43411ba2a9bf073e570e
Always activate testing using pytest fixture.

This is possibly the cleaner approach to the problem solved
in the previous commit.

The previous commit makes sure, that testing is enabled at
import time. While this one enables it just before the
individual test is run. So this one takes a bit more CPU.

Maybe revert the previous commit?

References: 0536306048daa0970d2e43411ba2a9bf073e570e
mediagoblin/tests/conftest.py
mediagoblin/tests/pytest.ini