aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/tutils.py
Commit message (Collapse)AuthorAgeFilesLines
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
|
* Zap object base classAldo Cortesi2016-10-171-1/+1
|
* test & examples: zap sixAldo Cortesi2016-10-171-8/+7
|
* pathod tests: do not string_escape specsShadab Zafar2016-06-161-1/+1
|
* Py3: pathocShadab Zafar2016-06-151-1/+1
|
* Py3: pathodShadab Zafar2016-06-151-3/+3
|
* Py3: Use BytesIO in tutils.renderShadab Zafar2016-06-061-1/+2
|
* Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-051-7/+3
| | | | Also hide HTTP2 freeze bug by making explain configurable in the tests
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-051-1/+3
| | | | | | | | This is just inherently not a determinisitc test. We don't use the log HTTP interface any more, so it can just go. A more radical "solution" is inbound shortly. Fixes #1207
* Make tcp.Client.connect return a context manager that closes the connectionAldo Cortesi2016-06-031-18/+18
|
* Implement a service connection handler counter, use it in Pathod test suiteAldo Cortesi2016-06-031-0/+1
| | | | Lots of failures, but that's a good thing.
* Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-021-2/+23
| | | | | Requests uses urllib3, which has a connection pool that's not easy to disable (https://github.com/shazow/urllib3/issues/383).
* more style cleanupThomas Kriechbaumer2016-05-291-6/+9
| | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+4
|
* We don't need 3 slightly different implementations of DataAldo Cortesi2016-05-211-1/+1
|
* py3++: cStringIOMaximilian Hils2016-03-201-6/+4
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+128