It looks like this test runner doesn't validate models before starting the tests.
I have one test that passes with Django's default test runner while it fails with django-discover-runner.
The exception is:
ValueError: Cannot create form field for 'vat' yet, because its related model 'vat.VAT' has not been loaded yet
I will try to make a test project since this one isn't open sourced.
Hi,
It looks like this test runner doesn't validate models before starting the tests. I have one test that passes with Django's default test runner while it fails with django-discover-runner.
The exception is: ValueError: Cannot create form field for 'vat' yet, because its related model 'vat.VAT' has not been loaded yet
I will try to make a test project since this one isn't open sourced.