Skip to content

Commit

Permalink
[1.7.x] Silenced deprecation warning in test_runner app.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 8, 2015
1 parent 600ea43 commit bbcbacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_import_error(self):
get_tests(app_config)


class LabelDiscoveryTest(TestCase):
class LabelDiscoveryTest(IgnoreAllDeprecationWarningsMixin, TestCase):

@override_settings(INSTALLED_APPS=['test_runner.valid_app'])
def test_discover_within_package(self):
Expand Down

0 comments on commit bbcbacf

Please sign in to comment.