summaryrefslogtreecommitdiff
path: root/tests/dispatch
AgeCommit message (Collapse)Author
2013-08-20[1.6.x] Fixed a test failure introduced in f0bc2865ff.Simon Charette
`classobj` objects cannot be weakly referenced on Python 2.6
2013-08-20Fixed #20943 -- Weakly reference senders when caching their associated receiversSimon Charette
Backport of e55ca60903 from master.
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
Gives much nicer errors when it fails.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner