Skip to content

Commit

Permalink
skip apps even if ur app list iz a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlip committed Feb 26, 2010
1 parent 9e94a80 commit b6599bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_extensions/management/commands/test.py
Expand Up @@ -87,6 +87,7 @@ def handle(self, *test_labels, **options):
test_labels.append(app.__name__.split('.')[-2])
for app in settings.SKIP_TESTS:
try:
test_labels = list(test_labels)
test_labels.remove(app)
except ValueError:
pass
Expand Down

0 comments on commit b6599bd

Please sign in to comment.