I'm working on a django ticket and my changes lead to errors in the django test suite. How can you debug the test suite of django itself in PyCharm?
I can run the tests: runtests.py staticfiles_tests I tried Python tests -> Unittests and it says: django.core.exceptions.ImproperlyConfigured: Requested settings, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. Using Django tests as Configurations asks for Django project root, settings and a manage script. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/1270cf2a-ce04-4ead-b4a0-70d49cdf3f57%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
