summaryrefslogtreecommitdiff
path: root/testtools/tests/test_spinner.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Workaround 2.4 threading bug in test_spinner."Daniel Watkins2013-12-031-8/+1
* run network test on the loopback interface onlyBenedikt Morbach2013-11-241-4/+4
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-1/+2
* Get it right.Jonathan Lange2011-01-221-1/+1
* Workaround 2.4 threading bug in test_spinner.Robert Collins2010-12-141-1/+8
* Skip the spinner tests, rather than elide them.Jonathan Lange2010-11-271-48/+51
* Convert assertRaises usage to assertThat.Robert Collins2010-11-111-20/+23
* Merge Martin[gz]'s fix for test_preserve_signal_handler on Windows.Robert Collins2010-10-261-1/+1
|\
| * Make test_preserve_signal_handler valid on windows by only expecting as many ...Martin2010-10-251-1/+1
* | On non-posix platforms skip tests that require posix signal semanticsMartin2010-10-251-0/+5
|/
* Guard the use of signals.Jonathan Lange2010-10-241-3/+11
* Test threading support.Jonathan Lange2010-10-161-0/+10
* 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-5/+36
* Move the spinner tests to a different module.Jonathan Lange2010-10-151-0/+265