summaryrefslogtreecommitdiff
path: root/tests/modeltests/proxy_model_inheritance
AgeCommit message (Expand)Author
2012-03-14Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329.Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-10Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-06-07Fixed #13657: Moved global declaration before assignments to avoid a syntax w...Karen Tracey
2010-03-25Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...Russell Keith-Magee
2010-03-21Refs: #12286 -- Add a test to verify that a proxied model's table is created inKaren Tracey