aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
Commit message (Collapse)AuthorAgeFilesLines
* test: shift test_data out of our public APIAldo Cortesi2018-04-231-2/+5
|
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-061-2/+2
| | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for function names.
* fix #2563Maximilian Hils2017-10-241-1/+1
|
* nuke old opensslThomas Kriechbaumer2017-07-251-6/+0
|
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-1/+1
|
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-15/+12
|
* simplify ALPN and OpenSSL on macOSThomas Kriechbaumer2016-12-041-3/+9
|
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-021-11/+12
| | | | And remove all aliases for mitmproxy.test.tutils
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
|
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-201-5/+5
|
* 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-2/+2
|
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-171-1/+2
|
* Py3: Store certificate with a byte keyShadab Zafar2016-06-161-1/+1
| | | | Had to debug this for hours!
* Py3: Fix tests by using byte literalsShadab Zafar2016-06-161-7/+7
|
* fix all pathod tests on Windows :tada:Maximilian Hils2016-06-061-14/+14
|
* Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-051-11/+1
| | | | Also hide HTTP2 freeze bug by making explain configurable in the tests
* First-order removal of pathod API and appAldo Cortesi2016-06-051-10/+0
|
* Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-021-7/+2
| | | | | Requests uses urllib3, which has a connection pool that's not easy to disable (https://github.com/shazow/urllib3/issues/383).
* pathod.test shouldn't use the API at allAldo Cortesi2016-06-021-4/+5
|
* Since we have locks over the logs, use direct access rather than API ↵Aldo Cortesi2016-06-021-4/+3
| | | | requests to get to them
* Honesty in testingAldo Cortesi2016-06-021-5/+0
| | | | | | | | | | | | - Don't skip tests that fail - Don't omit console from coverage I'm working on the pathod races, and can't seem to reproduce the failures locally. Also, let's not kid ourselves about the console coverage - it should be tracked. To improve it, we should measure it. Regressions in coverage of the module should be flagged by CI.
* more style cleanupThomas Kriechbaumer2016-05-291-5/+5
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+1
|
* tests: silence flaky pathod testMaximilian Hils2016-05-201-0/+1
|
* tests: properly skip pathod testsMaximilian Hils2016-05-181-3/+3
|
* tests: xfail -> skipMaximilian Hils2016-05-181-3/+3
|
* silence flaky pathod testMaximilian Hils2016-04-211-0/+1
|
* py3++: cStringIOMaximilian Hils2016-03-201-4/+2
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
|
* temporarily silence flaky testsMaximilian Hils2016-02-161-0/+3
|
* fix ALPN checksMaximilian Hils2016-02-151-1/+1
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+289