summaryrefslogtreecommitdiff
path: root/tests/dispatch/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+38
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman2021-06-251-1/+1
* Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal2020-12-151-7/+22
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-051-4/+4
* Refs #28954 -- Removed remaining Jython-specific code from dispatch tests.Nick Pope2019-12-191-9/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Completed django.dispatch test coverage.Adam Chainz2016-11-221-19/+59
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-0/+10
* Renamed an assertion in the dispatch tests.Tim Graham2015-01-021-10/+9
* Removed unnecessary directory in dispatch tests.Tim Graham2014-07-071-0/+191