summaryrefslogtreecommitdiff
path: root/testtools/tests/test_deferredruntest.py
Commit message (Expand)AuthorAgeFilesLines
* Add some custom matchers to make deferred log tests more readable.Colin Watson2015-04-041-26/+73
* Rewind the deferred test log before attaching it.Colin Watson2015-04-021-2/+11
* Make discover run the same tests as 'make test'.Robert Collins2014-11-071-4/+7
* Fix handling of uncatchable exceptions.Robert Collins2014-09-021-1/+11
* run network test on the loopback interface onlyBenedikt Morbach2013-11-241-1/+1
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-1/+2
* Make the tests pass on Python 3Jonathan Lange2012-02-061-2/+2
* Make sure that we actually capture the list of observers, rather than justJonathan Lange2012-02-031-0/+13
* Merge trunkJonathan Lange2011-07-271-2/+2
|\
| * Don't re-export from helpers.Jonathan Lange2011-07-201-2/+2
* | Export reactor to the test.Jonathan Lange2011-07-201-0/+15
|/
* Get it right.Jonathan Lange2011-01-221-1/+1
* Make debug available from the factory.Jonathan Lange2010-11-301-0/+11
* Add flag to make debugging twisted tests easier.Jonathan Lange2010-11-301-0/+30
* Always run the deferred run tests.Jonathan Lange2010-11-271-18/+24
* Convert assertRaises usage to assertThat.Robert Collins2010-11-111-2/+6
* Add the twisted log unconditionally.Jonathan Lange2010-10-311-6/+4
* Use the new KeysEqual matcher.Jonathan Lange2010-10-311-14/+11
* Make the test more robust in the face of a slow computer.Jonathan Lange2010-10-311-6/+7
* Actually display the trapped log information in failing tests.Jonathan Lange2010-10-301-5/+30
* Fail tests on logged errors, include the error.Jonathan Lange2010-10-301-9/+55
* Actually make the tests fail when they have errors in Deferreds.Jonathan Lange2010-10-291-0/+43
* Make it possible to use the factory as a class variable.Jonathan Lange2010-10-281-0/+10
* Allow the reactor and timeout to be unspecified. Sometimes you only careJonathan Lange2010-10-281-0/+24
* On non-posix platforms skip tests that require posix signal semanticsMartin2010-10-251-0/+3
* Guard the use of signals.Jonathan Lange2010-10-241-2/+8
* Mark unhandled errors in deferreds differently to regular errors.Jonathan Lange2010-10-181-2/+5
* Don't use extract result, instead use custom test runner.Jonathan Lange2010-10-171-27/+39
* More tests, allow customization of failureException in assert_fails_with.Jonathan Lange2010-10-171-2/+30
* First pass at assert_fails_withJonathan Lange2010-10-171-0/+44
* Report tracebacks of unhandled errors.Jonathan Lange2010-10-161-2/+5
* TimeoutError is now reported as a test error.Jonathan Lange2010-10-161-0/+18
* Move the reactor spinning stuff into a separate module.Jonathan Lange2010-10-151-32/+0
* Move the spinner tests to a different module.Jonathan Lange2010-10-151-242/+0
* Make run() responsible for running _clean(), and add a state-based thingJonathan Lange2010-10-151-1/+36
* Rename _Spinner.clean to _Spinner._clean, add a get_junk() method.Jonathan Lange2010-10-151-6/+11
* Add a test to verify that we only call addError once.Jonathan Lange2010-10-151-0/+34
* Test faster keyboard interruptJonathan Lange2010-10-151-0/+27
* Push the SIGINT tests lower, improving the documentation and fixing a state bugJonathan Lange2010-10-151-0/+17
* Fix one kind of KeyboardInterrupt case.Jonathan Lange2010-10-151-0/+15
* Add some integration tests to make sure that tests run the way we expect them.Jonathan Lange2010-10-101-2/+110
* Don't let the reactor screw up signal handlers.Jonathan Lange2010-10-101-0/+13
* Documentation.Jonathan Lange2010-10-101-2/+10
* Handle cleanups that return Deferreds.Jonathan Lange2010-10-101-0/+31
* Make the test a little clearer.Jonathan Lange2010-10-101-3/+3
* Use timeout more nicely in tests.Jonathan Lange2010-10-101-10/+21
* Parametrize reactor and timeout.Jonathan Lange2010-10-101-5/+19
* Remove XXXJonathan Lange2010-10-101-1/+0
* Fail tests that have Deferreds with unhandled errors.Jonathan Lange2010-10-101-3/+1
* Helper for trapping unhandled errors in Deferreds.Jonathan Lange2010-10-101-0/+23