summaryrefslogtreecommitdiff
path: root/tests/model_inheritance_same_model_name/__init__.py
AgeCommit message (Collapse)Author
2014-04-21Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin
The model_inheritance_same_model_name tests couldn't be run without the model_inheritance tests. Make the problem go away by merging them. Thanks timo for the report.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner