Setup django on start testrunner.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-09-03 15:50:54 +02:00
parent 775e724c39
commit 01d524adb8
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import pytest
import django
django.setup()
from .fixtures import *