Ciao Luca!
On Tue, Sep 25, 2018 at 12:29:45PM -0700, Luca Bocchi wrote:
> Already tried with:
> class GeneraliDiscoverRunner(DiscoverRunner):
> def setup_test_environment(self, **kwargs):
> settings.DEFAULT_FILE_STORAGE = 'web.storage.TestStorage'
> super().setup_test_environment(**kwargs)
> ?
> otherwise, I'd say to run the test with a custom settings module like
> ./manage.py test --settings=test_settings
This seems to be the only viable solution, thanks
> or
> try to override that value in the setUp method of your TestCase class.
I did try this as well and to my surprise it didn't work eather, even
thought I should spend more time debugging why...
sandro