summaryrefslogtreecommitdiff
path: root/testtools/tests
Commit message (Expand)AuthorAgeFilesLines
* Add testscenarios for use by tests.Robert Collins2015-11-191-2/+4
* Remove VWSJonathan Lange2015-11-061-3/+0
* Lint clear-upJonathan Lange2015-11-021-5/+15
* Fix tests with unittest2 1.1.0 and higher.Robert Collins2015-07-011-0/+1
* 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
* Fix output of empty attachments.Robert Collins2015-03-101-0/+47
* Overhaul exception reporting.Robert Collins2015-03-105-327/+58
* Show import error details.Robert Collins2014-11-181-5/+40
* Fix setUpClass upcalls on Python 2.6.Robert Collins2014-11-172-22/+44
* Fix skipping setUpClass with self.skipExceptionRobert Collins2014-11-161-0/+18
* Use unittest2 TestProgram implementation.Robert Collins2014-11-141-4/+6
* Make discover run the same tests as 'make test'.Robert Collins2014-11-071-4/+7
* Improve support for discovery on testtools.tests.Robert Collins2014-11-073-6/+7
* Make text_content more explicit about the types that it accepts.Thomi Richards2014-10-161-0/+11
* Fix unit tests which failed under pypy due to a change in the way tracebacks ...Thomi Richards2014-10-151-14/+25
* Fix masking of fixture.setUp errors.Robert Collins2014-09-121-0/+27
* Fix handling of uncatchable exceptions.Robert Collins2014-09-023-14/+68
* Fix issue where using the skip* family of decorators still ran the setUp and ...Thomi Richards2014-09-011-0/+71
* Backport fix for load_tests in package modules.Robert Collins2014-08-281-2/+44
* Honour stdout on TestProgram more fully.Robert Collins2014-08-242-4/+23
* Handle content objects betterRobert Collins2014-08-241-3/+1
* Error if setUp or tearDown are called twice.Robert Collins2014-08-221-0/+24
* abandoned pull request revived to comply with comments in reviewChris Gagnon2014-05-271-3/+1
* Merge https://github.com/testing-cabal/testtoolsChris Gagnon2014-05-272-1/+185
|\
| * Merge pull request #82 from thomir/fix-expectedFailureJonathan Lange2014-05-261-0/+22
| |\
| | * Added failing test for python 3.4 unittest.expectedFailure decorator changes.Thomi Richards2014-03-101-0/+22
| * | Raise a TypeError when text_content is passed bytes, so we get an error as ea...Thomi Richards2014-05-161-1/+7
| * | Add optional message to assert(Not)InJoe Gordon2014-02-141-0/+22
| |/
| * Add expectThat method to testtools.TestCase.Thomi Richards2013-12-091-0/+32
* | Move assertThat tests to separate module and apply them to assert_that as well.Daniel Watkins2013-12-043-102/+156
|/
* Revert "Workaround 2.4 threading bug in test_spinner."Daniel Watkins2013-12-031-8/+1
* Remove Python 2.4 deprecation warning special-casing.Daniel Watkins2013-12-031-8/+0
* Remove (always skipped) test for string exceptions.Daniel Watkins2013-12-031-9/+0
* Remove another Python 2.4 special case.Daniel Watkins2013-12-031-1/+1
* We no longer need to handle Python 2.4's KeyboardInterrupt specially.Daniel Watkins2013-12-031-6/+1
* Remove trailing whitespace.Daniel Watkins2013-12-031-1/+1
* Fix test_bom Python 3.3 test failureMartin Packman2013-11-301-1/+2
* In Python 3.3, if there are duplicate test ids, tests.sort() willKui Shi2013-11-281-0/+20
* Add 'force_failure' feature to testtools.TestCase.Thomi Richards2013-11-281-0/+10
* Add testtools.StacktraceContent.Thomi Richards2013-11-261-0/+28
* Indicate failed imports in list-tests.Robert Collins2013-11-251-4/+25
* Be more paranoid about list-tests behaviour.Robert Collins2013-11-241-8/+24
* Cleanup sys.modules correctly in test_run.Robert Collins2013-11-241-0/+2
* run network test on the loopback interface onlyBenedikt Morbach2013-11-242-5/+5
* Fix StreamSummary counting of testsRun.Robert Collins2013-11-051-1/+2
* Add StackLinesContent, reimplement TracebackContent to use this new class.Thomi Richards2013-10-252-4/+48
* Merge pull request #49 from thomir/refactor-compat-functionJonathan Lange2013-10-211-0/+150
|\
| * Refactor testtools.compat._format_exc_info into two separate functions.Thomi Richards2013-10-211-0/+150
* | Add the 'addDetailUniqueName' method to TestCase.Thomi Richards2013-10-181-0/+9
|/