aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/test/tutils.py
Commit message (Collapse)AuthorAgeFilesLines
* test: shift test_data out of our public APIAldo Cortesi2018-04-231-4/+0
|
* fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-4/+4
|
* console: add a data view overlay for command outputAldo Cortesi2017-12-171-1/+0
| | | | Fixes #2654
* command cuts: add completionAldo Cortesi2017-12-171-3/+5
| | | | | | - Remove shortcuts for request, response, etc. - we don't need them if we have completion - Restrict cuts specification to a set of prefixes - Extend cuts to add a few more items
* nuke tutils.tmpdir, use pytest tmpdirThomas Kriechbaumer2017-03-121-17/+1
|
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-59/+0
|
* cleanup test utilsThomas Kriechbaumer2017-02-021-7/+7
|
* provide git information with --versionThomas Kriechbaumer2017-01-191-8/+0
| | | | fixes #1848
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-1/+9
| | | | Remove aliases, use mitmproxy/test/tutils instead.
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-5/+5
|
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-0/+130
There's a LOT more to be done refactoring our different conflicting test utils.