Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/signals
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-2/+2
| | | | reverse side of a related set.
* Added a test for model pre/post_init signals.Jay2014-11-211-0/+14
|
* Fixed #21391 -- Allow model signals to lazily reference ↵Simon Charette2013-11-241-2/+49
| | | | their senders.
* Fixed some Signal.disconnect calls from 058e434.Loic Bistuer2013-11-181-23/+23
| | | | | | | | This would go unnoticed by the test suite because receivers are removed automatically when they are garbage collected. Changed all Signal.connect calls to hold strong references to ensure we clean up after ourselves.
* Merged the signals and signals_regress test packages.Loic Bistuer2013-11-182-127/+204
| | | | | This patch also made the tests less likely to pollute the global state in case of failure.
* Fixing E302 ErrorsJason Myers2013-11-032-0/+3
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+203