summaryrefslogtreecommitdiff
path: root/tests/test_runner/valid_app
AgeCommit message (Collapse)Author
2014-04-22[1.7.x] Fixed #22478 -- Regression in test label discovery.Preston Timmons
As part of the app-loading updates the old test runner was changed to not require a models module. This introduced a regression in behavior so applabel.TestCase failed for tests defined in a directory. The fix is thanks to yakky and rtnpro.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner