Could you explain what you mean by running tests? Migrations are executed 
when you run `./manage.py migrate`, if you are running `./manage.py test 
...` it shouldn't be running your migrations, probably just gives a log 
warning that you have unapplied migrations. Here are the django docs on 
migrations <https://docs.djangoproject.com/en/1.9/topics/migrations/>
On Saturday, July 16, 2016 at 4:45:18 PM UTC-4, marcin....@gmail.com wrote:
>
> Hi all.
>
> Is possible to disable migrations execution when running tests?
>
> Thanks,
> Marcin
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/428b88ac-ee64-408a-9a08-922a3cdcc274%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to