summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
* Set JSON charsetjson-textJonathan Lange2015-12-162-2/+3
* Test non-ASCII dataJonathan Lange2015-12-161-1/+1
* Hypothesis doesn't work with Python 3.2Jonathan Lange2015-12-111-6/+3
* Force JSON to be text contentJonathan Lange2015-12-103-3/+13
* Add `is_text` to `ContentType`Jonathan Lange2015-12-103-2/+15
* Merge pull request #158 from jml/extract-test-recordJonathan Lange2015-11-182-81/+300
|\
| * Hide TestRecord and StreamToTestRecordJonathan Lange2015-11-121-20/+20
| * Old-fashioned set syntaxJonathan Lange2015-11-091-2/+2
| * Abstract text_or_bytesJonathan Lange2015-11-092-6/+9
| * Change PRecord to PClassJonathan Lange2015-11-091-2/+2
| * Move test_dict_to_case near StreamToDictJonathan Lange2015-11-091-15/+15
| * Don't use StreamToDict internallyJonathan Lange2015-11-091-9/+9
| * _streamer -> _hookJonathan Lange2015-11-091-8/+8
| * StreamSummary with composition, not inheritanceJonathan Lange2015-11-091-2/+12
| * Extract StreamToTestRecord base classJonathan Lange2015-11-091-22/+68
| * Move _make_content_type closer to where it is usedJonathan Lange2015-11-091-21/+21
| * Put to_test_case logic on TestRecordJonathan Lange2015-11-091-8/+25
| * Make _status_map persistent.Jonathan Lange2015-11-091-2/+2
| * Move test_dict_to_case closer to test_dict definitionJonathan Lange2015-11-091-27/+27
| * Remove temporary variable 'case'Jonathan Lange2015-11-091-8/+7
| * Extract got_fileJonathan Lange2015-11-091-8/+19
| * Extract got_timestamp functionJonathan Lange2015-11-091-6/+10
| * Move creation logic to TestRecord itselfJonathan Lange2015-11-091-10/+11
| * Actually use TestRecord internallyJonathan Lange2015-11-091-25/+59
| * Extract methods for making and updating recordJonathan Lange2015-11-091-13/+25
| * Extract _make_content_typeJonathan Lange2015-11-091-14/+22
| * Use `case` consistently, over `_inprogress[key]`Jonathan Lange2015-11-091-5/+13
| * Use name for interim statesJonathan Lange2015-11-091-1/+1
| * Aspirational documentationJonathan Lange2015-11-091-0/+66
* | Add testscenarios for use by tests.Robert Collins2015-11-191-2/+4
|/
* Remove VWSJonathan Lange2015-11-061-3/+0
* Update PlaceHolder indentationJonathan Lange2015-11-061-3/+3
* Restore & deprecate domapJonathan Lange2015-11-061-6/+19
* Spell out `f` and `xs`Jonathan Lange2015-11-031-2/+2
* Drop `__metaclass__` declarationJonathan Lange2015-11-021-1/+0
* Document confusing `domap`Jonathan Lange2015-11-021-6/+7
* Remove duplicate implementation of methodJonathan Lange2015-11-021-3/+0
* Allow event_log to be passed to result doublesJonathan Lange2015-11-021-8/+12
* Fix lint in testresult.realJonathan Lange2015-11-021-56/+73
* Lint clear-upJonathan Lange2015-11-022-11/+22
* Port twisted.deferredruntest to Twisted >= 15.1.0Colin Watson2015-10-161-4/+23
* Fix tests with unittest2 1.1.0 and higher.Robert Collins2015-07-011-0/+1
* Switch to pbr as a build systemRobert Collins2015-05-051-2/+4
* Add some custom matchers to make deferred log tests more readable.Colin Watson2015-04-041-26/+73
* Simplify AsynchronousDeferredRunTest._run_core's StringIO handling.Colin Watson2015-04-031-9/+2
* Rewind the deferred test log before attaching it.Colin Watson2015-04-022-3/+15
* Open 1.8.0 for dev.Robert Collins2015-03-111-1/+1
* Release 1.7.1testtools-1.7.1Robert Collins2015-03-111-1/+1
* Fix pypy3 tests by using ceil when reporting duration.Robert Collins2015-03-111-4/+10
* Fix building universal wheels on Python 3.Robert Collins2015-03-111-1/+1