From 0c5a75a89a899d1a8342e5af3cbf0ba70e205b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Fri, 19 Oct 2018 19:56:24 +0200 Subject: [PATCH] correct import path for schema in tests there is no schema.py - this file is one level up. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d25d2d01..12eff697 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ query: import pytest from mixer.backend.django import mixer -from . import schema +from .. import schema pytestmark = pytest.mark.django_db