django-test-extensions icon indicating copy to clipboard operation
django-test-extensions copied to clipboard

SKIP_TESTS only examines last part of app name

Open schinckel opened this issue 15 years ago • 0 comments

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.

schinckel avatar Apr 21 '10 08:04 schinckel