index
:
delta/python-packages/testtools.git
dont-run-sphinx-on-3.3
gh-pages
interfaces
json-text
master
mypy
readthedocs-twisted
remove-test-dependency-on-twisted-13
resourced-to-stream-decorator
typo-flexability
github.com: testing-cabal/testtools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testtools
/
tests
/
test_deferredruntest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some custom matchers to make deferred log tests more readable.
Colin Watson
2015-04-04
1
-26
/
+73
*
Rewind the deferred test log before attaching it.
Colin Watson
2015-04-02
1
-2
/
+11
*
Make discover run the same tests as 'make test'.
Robert Collins
2014-11-07
1
-4
/
+7
*
Fix handling of uncatchable exceptions.
Robert Collins
2014-09-02
1
-1
/
+11
*
run network test on the loopback interface only
Benedikt Morbach
2013-11-24
1
-1
/
+1
*
* Testtools now depends on extras, a small library split out from it to contain
Robert Collins
2013-01-18
1
-1
/
+2
*
Make the tests pass on Python 3
Jonathan Lange
2012-02-06
1
-2
/
+2
*
Make sure that we actually capture the list of observers, rather than just
Jonathan Lange
2012-02-03
1
-0
/
+13
*
Merge trunk
Jonathan Lange
2011-07-27
1
-2
/
+2
|
\
|
*
Don't re-export from helpers.
Jonathan Lange
2011-07-20
1
-2
/
+2
*
|
Export reactor to the test.
Jonathan Lange
2011-07-20
1
-0
/
+15
|
/
*
Get it right.
Jonathan Lange
2011-01-22
1
-1
/
+1
*
Make debug available from the factory.
Jonathan Lange
2010-11-30
1
-0
/
+11
*
Add flag to make debugging twisted tests easier.
Jonathan Lange
2010-11-30
1
-0
/
+30
*
Always run the deferred run tests.
Jonathan Lange
2010-11-27
1
-18
/
+24
*
Convert assertRaises usage to assertThat.
Robert Collins
2010-11-11
1
-2
/
+6
*
Add the twisted log unconditionally.
Jonathan Lange
2010-10-31
1
-6
/
+4
*
Use the new KeysEqual matcher.
Jonathan Lange
2010-10-31
1
-14
/
+11
*
Make the test more robust in the face of a slow computer.
Jonathan Lange
2010-10-31
1
-6
/
+7
*
Actually display the trapped log information in failing tests.
Jonathan Lange
2010-10-30
1
-5
/
+30
*
Fail tests on logged errors, include the error.
Jonathan Lange
2010-10-30
1
-9
/
+55
*
Actually make the tests fail when they have errors in Deferreds.
Jonathan Lange
2010-10-29
1
-0
/
+43
*
Make it possible to use the factory as a class variable.
Jonathan Lange
2010-10-28
1
-0
/
+10
*
Allow the reactor and timeout to be unspecified. Sometimes you only care
Jonathan Lange
2010-10-28
1
-0
/
+24
*
On non-posix platforms skip tests that require posix signal semantics
Martin
2010-10-25
1
-0
/
+3
*
Guard the use of signals.
Jonathan Lange
2010-10-24
1
-2
/
+8
*
Mark unhandled errors in deferreds differently to regular errors.
Jonathan Lange
2010-10-18
1
-2
/
+5
*
Don't use extract result, instead use custom test runner.
Jonathan Lange
2010-10-17
1
-27
/
+39
*
More tests, allow customization of failureException in assert_fails_with.
Jonathan Lange
2010-10-17
1
-2
/
+30
*
First pass at assert_fails_with
Jonathan Lange
2010-10-17
1
-0
/
+44
*
Report tracebacks of unhandled errors.
Jonathan Lange
2010-10-16
1
-2
/
+5
*
TimeoutError is now reported as a test error.
Jonathan Lange
2010-10-16
1
-0
/
+18
*
Move the reactor spinning stuff into a separate module.
Jonathan Lange
2010-10-15
1
-32
/
+0
*
Move the spinner tests to a different module.
Jonathan Lange
2010-10-15
1
-242
/
+0
*
Make run() responsible for running _clean(), and add a state-based thing
Jonathan Lange
2010-10-15
1
-1
/
+36
*
Rename _Spinner.clean to _Spinner._clean, add a get_junk() method.
Jonathan Lange
2010-10-15
1
-6
/
+11
*
Add a test to verify that we only call addError once.
Jonathan Lange
2010-10-15
1
-0
/
+34
*
Test faster keyboard interrupt
Jonathan Lange
2010-10-15
1
-0
/
+27
*
Push the SIGINT tests lower, improving the documentation and fixing a state bug
Jonathan Lange
2010-10-15
1
-0
/
+17
*
Fix one kind of KeyboardInterrupt case.
Jonathan Lange
2010-10-15
1
-0
/
+15
*
Add some integration tests to make sure that tests run the way we expect them.
Jonathan Lange
2010-10-10
1
-2
/
+110
*
Don't let the reactor screw up signal handlers.
Jonathan Lange
2010-10-10
1
-0
/
+13
*
Documentation.
Jonathan Lange
2010-10-10
1
-2
/
+10
*
Handle cleanups that return Deferreds.
Jonathan Lange
2010-10-10
1
-0
/
+31
*
Make the test a little clearer.
Jonathan Lange
2010-10-10
1
-3
/
+3
*
Use timeout more nicely in tests.
Jonathan Lange
2010-10-10
1
-10
/
+21
*
Parametrize reactor and timeout.
Jonathan Lange
2010-10-10
1
-5
/
+19
*
Remove XXX
Jonathan Lange
2010-10-10
1
-1
/
+0
*
Fail tests that have Deferreds with unhandled errors.
Jonathan Lange
2010-10-10
1
-3
/
+1
*
Helper for trapping unhandled errors in Deferreds.
Jonathan Lange
2010-10-10
1
-0
/
+23
[next]