django-test-extensions
django-test-extensions copied to clipboard
SKIP_TESTS only examines last part of app name
When you have 'django.contrib.admin' in the SKIP_TESTS setting, it still runs tests on this app. You need to just have 'admin'.
The method of identifying which apps to skip should mirror the way apps are identified in INSTALLED_APPS.