A quick sanity-check question: is there a plugin or otherwise obvious way
to specify tests to run by pulling the names of the tests in from a static
file? It pains me to ask this, because it is so retrograde with respect to
the power of dynamic collection.
Basically, I need to list out the names o
Hello everyone,
I wrote a simple tool to test Django migrations: both schema and data ones.
https://github.com/wemake-services/django-test-migrations
It also includes a pytest plugin, so you might be interested in it.
Here's the announcing post:
https://sobolevn.me/2019/10/testing-django-migratio