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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testscenarios for use by tests.
Robert Collins
2015-11-19
1
-2
/
+4
*
Remove VWS
Jonathan Lange
2015-11-06
1
-3
/
+0
*
Lint clear-up
Jonathan Lange
2015-11-02
1
-5
/
+15
*
Fix tests with unittest2 1.1.0 and higher.
Robert Collins
2015-07-01
1
-0
/
+1
*
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
*
Fix output of empty attachments.
Robert Collins
2015-03-10
1
-0
/
+47
*
Overhaul exception reporting.
Robert Collins
2015-03-10
5
-327
/
+58
*
Show import error details.
Robert Collins
2014-11-18
1
-5
/
+40
*
Fix setUpClass upcalls on Python 2.6.
Robert Collins
2014-11-17
2
-22
/
+44
*
Fix skipping setUpClass with self.skipException
Robert Collins
2014-11-16
1
-0
/
+18
*
Use unittest2 TestProgram implementation.
Robert Collins
2014-11-14
1
-4
/
+6
*
Make discover run the same tests as 'make test'.
Robert Collins
2014-11-07
1
-4
/
+7
*
Improve support for discovery on testtools.tests.
Robert Collins
2014-11-07
3
-6
/
+7
*
Make text_content more explicit about the types that it accepts.
Thomi Richards
2014-10-16
1
-0
/
+11
*
Fix unit tests which failed under pypy due to a change in the way tracebacks ...
Thomi Richards
2014-10-15
1
-14
/
+25
*
Fix masking of fixture.setUp errors.
Robert Collins
2014-09-12
1
-0
/
+27
*
Fix handling of uncatchable exceptions.
Robert Collins
2014-09-02
3
-14
/
+68
*
Fix issue where using the skip* family of decorators still ran the setUp and ...
Thomi Richards
2014-09-01
1
-0
/
+71
*
Backport fix for load_tests in package modules.
Robert Collins
2014-08-28
1
-2
/
+44
*
Honour stdout on TestProgram more fully.
Robert Collins
2014-08-24
2
-4
/
+23
*
Handle content objects better
Robert Collins
2014-08-24
1
-3
/
+1
*
Error if setUp or tearDown are called twice.
Robert Collins
2014-08-22
1
-0
/
+24
*
abandoned pull request revived to comply with comments in review
Chris Gagnon
2014-05-27
1
-3
/
+1
*
Merge https://github.com/testing-cabal/testtools
Chris Gagnon
2014-05-27
2
-1
/
+185
|
\
|
*
Merge pull request #82 from thomir/fix-expectedFailure
Jonathan Lange
2014-05-26
1
-0
/
+22
|
|
\
|
|
*
Added failing test for python 3.4 unittest.expectedFailure decorator changes.
Thomi Richards
2014-03-10
1
-0
/
+22
|
*
|
Raise a TypeError when text_content is passed bytes, so we get an error as ea...
Thomi Richards
2014-05-16
1
-1
/
+7
|
*
|
Add optional message to assert(Not)In
Joe Gordon
2014-02-14
1
-0
/
+22
|
|
/
|
*
Add expectThat method to testtools.TestCase.
Thomi Richards
2013-12-09
1
-0
/
+32
*
|
Move assertThat tests to separate module and apply them to assert_that as well.
Daniel Watkins
2013-12-04
3
-102
/
+156
|
/
*
Revert "Workaround 2.4 threading bug in test_spinner."
Daniel Watkins
2013-12-03
1
-8
/
+1
*
Remove Python 2.4 deprecation warning special-casing.
Daniel Watkins
2013-12-03
1
-8
/
+0
*
Remove (always skipped) test for string exceptions.
Daniel Watkins
2013-12-03
1
-9
/
+0
*
Remove another Python 2.4 special case.
Daniel Watkins
2013-12-03
1
-1
/
+1
*
We no longer need to handle Python 2.4's KeyboardInterrupt specially.
Daniel Watkins
2013-12-03
1
-6
/
+1
*
Remove trailing whitespace.
Daniel Watkins
2013-12-03
1
-1
/
+1
*
Fix test_bom Python 3.3 test failure
Martin Packman
2013-11-30
1
-1
/
+2
*
In Python 3.3, if there are duplicate test ids, tests.sort() will
Kui Shi
2013-11-28
1
-0
/
+20
*
Add 'force_failure' feature to testtools.TestCase.
Thomi Richards
2013-11-28
1
-0
/
+10
*
Add testtools.StacktraceContent.
Thomi Richards
2013-11-26
1
-0
/
+28
*
Indicate failed imports in list-tests.
Robert Collins
2013-11-25
1
-4
/
+25
*
Be more paranoid about list-tests behaviour.
Robert Collins
2013-11-24
1
-8
/
+24
*
Cleanup sys.modules correctly in test_run.
Robert Collins
2013-11-24
1
-0
/
+2
*
run network test on the loopback interface only
Benedikt Morbach
2013-11-24
2
-5
/
+5
*
Fix StreamSummary counting of testsRun.
Robert Collins
2013-11-05
1
-1
/
+2
*
Add StackLinesContent, reimplement TracebackContent to use this new class.
Thomi Richards
2013-10-25
2
-4
/
+48
*
Merge pull request #49 from thomir/refactor-compat-function
Jonathan Lange
2013-10-21
1
-0
/
+150
|
\
|
*
Refactor testtools.compat._format_exc_info into two separate functions.
Thomi Richards
2013-10-21
1
-0
/
+150
*
|
Add the 'addDetailUniqueName' method to TestCase.
Thomi Richards
2013-10-18
1
-0
/
+9
|
/
[next]