Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SKIP_TESTS only examines last part of app name #7

Open
schinckel opened this issue Apr 21, 2010 · 0 comments
Open

SKIP_TESTS only examines last part of app name #7

schinckel opened this issue Apr 21, 2010 · 0 comments

Comments

@schinckel
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant