summaryrefslogtreecommitdiff
path: root/testtools/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-8/+2
* Revert "Move all Twisted code to twistedsupport package"Jonathan Lange2016-02-071-2/+8
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-8/+2
* Extract `extract_result`Jonathan Lange2015-12-301-0/+2
* Matcher for no resultJonathan Lange2015-12-301-1/+3
* Add testscenarios for use by tests.Robert Collins2015-11-191-2/+4
* Improve support for discovery on testtools.tests.Robert Collins2014-11-071-0/+2
* Move assertThat tests to separate module and apply them to assert_that as well.Daniel Watkins2013-12-041-0/+2
* Refer to LICENSE, rather than READMEJonathan Lange2013-01-261-1/+2
* Move the tests to match the module.Jonathan Lange2012-09-081-2/+2
* Externalize tag support as a bit of an experiment.Jonathan Lange2012-04-111-0/+2
* Hide the stack using a RunTest method.Jonathan Lange2011-08-151-14/+1
* Ahem. Jonathan Lange2011-07-311-1/+1
* Make it so the test suite will run without fixtures installed.Jonathan Lange2011-07-291-3/+15
* Make sure we show testtools own stack levels during run.Jonathan Lange2011-07-201-2/+3
* Rename test_testtools to test_testcase for greater consistency.Jonathan Lange2011-07-111-2/+2
* Rename 'command' to 'distutilscmd'Jonathan Lange2011-02-141-4/+4
* Actually run the new tests.Jonathan Lange2011-02-131-1/+4
* * ``testtools.run`` now supports ``-l`` to list tests rather than executingRobert Collins2010-11-301-4/+3
* Do the same for fixtures.Jonathan Lange2010-11-271-10/+2
* Always run the deferred run tests.Jonathan Lange2010-11-271-9/+2
* Skip the spinner tests, rather than elide them.Jonathan Lange2010-11-271-2/+3
* Merge trunkJonathan Lange2010-10-311-11/+33
|\
| * Only run fixture support tests when fixtures is installed.Jonathan Lange2010-10-281-0/+9
| * Only run the Twisted-depending tests unconditionally.Jonathan Lange2010-10-241-15/+22
| * Move the spinner tests to a different module.Jonathan Lange2010-10-151-0/+2
| * The very start of Deferred support. Currently cheats by assuming that theJonathan Lange2010-09-251-0/+2
| * Restore monkey code.Jonathan Lange2010-08-041-0/+2
| * Don't look for the monkey tests.Jonathan Lange2010-08-031-2/+0
| * Add monkeypatcher code.Jonathan Lange2010-06-241-0/+2
* | Initial implementation of try_import.Jonathan Lange2010-08-031-0/+2
|/
* Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-2/+2
* First pass at implementing unicode tracebacks for Python 2Martin2010-05-251-0/+2
* Fix many simple mistakes in the epytext.Jonathan Lange2010-01-161-0/+2
* Merge Testresult work.Robert Collins2009-11-211-0/+2
|\
| * Implement a built in DocTestMatches matcher.Robert Collins2009-11-201-0/+2
* | Start moving TestCase.run() logic to testtools.RunTest.Robert Collins2009-11-121-0/+2
|/
* Add mime support code for details API from subunit.Robert Collins2009-10-281-4/+18
* Add ConcurrentTestSuite for running tests concurrently.Robert Collins2009-03-271-2/+3
* Rename pyunit3k to testtools.Jonathan Lange2008-10-041-0/+9