summaryrefslogtreecommitdiff
path: root/testtools/_spinner.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up errors.Jonathan Lange2011-03-221-3/+3
* Get it right.Jonathan Lange2011-01-221-1/+1
* Fix some epytext failures.Jonathan Lange2011-01-131-7/+7
* Avoid race condition in test_spinner.TestRunInReactor.test_clean_running_thre...Robert Collins2010-12-141-1/+0
* Add flag to make debugging twisted tests easier.Jonathan Lange2010-11-301-26/+44
* Make the default iterations strict and good; add a new runner for brokenJonathan Lange2010-11-211-4/+5
* Actually iterate the reactor after each thing. It seems this is necessary.Jonathan Lange2010-11-211-1/+17
* Fix up the docstring.Jonathan Lange2010-11-111-6/+1
* We actually don't need this. Methods that call loseConnection really oughtJonathan Lange2010-11-111-4/+0
* Some simple changes from code review.Jonathan Lange2010-10-311-1/+6
* Ugly hack, but I think necessary. Spin the reactor once before cleaning.Jonathan Lange2010-10-301-0/+4
* Just call Exception.__init__ rather than using super for Python 2.4 compatibi...Martin2010-10-251-4/+4
* Guard the use of signals.Jonathan Lange2010-10-241-4/+6
* Less code, yay.Jonathan Lange2010-10-161-15/+0
* Test threading support.Jonathan Lange2010-10-161-5/+0
* TimeoutError is now reported as a test error.Jonathan Lange2010-10-161-2/+5
* Manual updates, todos, docstrings.Jonathan Lange2010-10-161-0/+3
* Scarier docstring.Jonathan Lange2010-10-151-1/+5
* Rename _Spinner to Spinner, now that it's in a private module.Jonathan Lange2010-10-151-2/+2
* Move the reactor spinning stuff into a separate module.Jonathan Lange2010-10-151-0/+290