summaryrefslogtreecommitdiff
path: root/tests/model_inheritance/same_model_name
AgeCommit message (Collapse)Author
2016-05-31Avoided uncessary table creation in model_inheritance tests.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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.