summaryrefslogtreecommitdiff
path: root/tests/test_discovery_sample/tests_sample.py
AgeCommit message (Expand)Author
2016-02-19Refs #25735 -- Made @tag decorator importable from django.test.Tim Graham
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer