summaryrefslogtreecommitdiff
path: root/tests/signals
Commit message (Expand)AuthorAgeFilesLines
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Tested model signals "sender" parameter when defer() is used.Mathieu Pillard2016-09-211-18/+28
* Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham2016-06-181-1/+14
* Fixed #26686 -- Fixed crash when registering model signals with abstract send...Alex Hill2016-06-021-0/+12
* Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.Alex Hill2016-05-271-0/+16
* Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()Alex Hill2016-05-191-4/+4
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+2
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-0/+2
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+2
* Added a test for model pre/post_init signals.Jay2014-11-211-0/+14
* Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette2013-11-241-2/+49
* Fixed some Signal.disconnect calls from 058e434.Loic Bistuer2013-11-181-23/+23
* Merged the signals and signals_regress test packages.Loic Bistuer2013-11-182-127/+204
* Fixing E302 ErrorsJason Myers2013-11-022-0/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+203