aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
Commit message (Expand)AuthorAgeFilesLines
* improve websocket frame masking apiThomas Kriechbaumer2018-06-111-6/+0
* test: shift test_data out of our public APIAldo Cortesi2018-04-235-15/+17
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-063-14/+14
* fix #2563Maximilian Hils2017-10-241-1/+1
* nuke old opensslThomas Kriechbaumer2017-07-253-25/+0
* pathod: fix leaking fdsThomas Kriechbaumer2017-05-243-9/+7
* pathod: properly verify certificate in testsThomas Kriechbaumer2017-05-242-30/+14
* fix various fd/socket leaksThomas Kriechbaumer2017-05-243-6/+6
* nuke tutils.tmpdir, use pytest tmpdirThomas Kriechbaumer2017-03-122-40/+29
* fix importsThomas Kriechbaumer2017-02-145-4/+4
* restructure and move test filesThomas Kriechbaumer2017-02-1412-0/+4
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-086-34/+29
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-0210-86/+90
* nuke mock dependencyThomas Kriechbaumer2017-01-224-4/+4
* simplify ALPN and OpenSSL on macOSThomas Kriechbaumer2016-12-043-62/+81
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-0212-45/+40
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-206-26/+26
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-203-3/+3
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-204-11/+11
* Create mitmproxy.utils hierarchyAldo Cortesi2016-10-201-2/+3
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
* python3: clean up class bracketsAldo Cortesi2016-10-174-9/+9
* Zap object base classAldo Cortesi2016-10-173-8/+8
* test & examples: zap sixAldo Cortesi2016-10-179-56/+54
* http2: improve framereaderThomas Kriechbaumer2016-09-031-3/+3
* sni is now str, not bytesMaximilian Hils2016-07-061-2/+2
* http2: Remove TestReadRequestConnect testShadab Zafar2016-07-031-31/+0
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-1714-28/+586
* pathod tests: do not string_escape specsShadab Zafar2016-06-161-1/+1
* Py3: Store certificate with a byte keyShadab Zafar2016-06-161-1/+1
* Py3: Use BytesIO in a pathoc testShadab Zafar2016-06-161-1/+1
* Py3: Fix tests by using byte literalsShadab Zafar2016-06-161-7/+7
* Unexpected spaces around =Shadab Zafar2016-06-151-1/+1
* Py3: pathocShadab Zafar2016-06-152-16/+17
* Py3: pathodShadab Zafar2016-06-151-3/+3
* Be stricter about handling connetcts in the pathoc test suiteAldo Cortesi2016-06-121-1/+7
* Remove timestamps from pathoc outputAldo Cortesi2016-06-101-1/+1
* Py3: Fix test_language_http2 tests by using byte literalsShadab Zafar2016-06-081-23/+23
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-081-2/+2
* Py3: Use BytesIO instead of StringIOShadab Zafar2016-06-081-8/+8
* Py3: Fix a test_language_writer test by using a byte literalShadab Zafar2016-06-071-1/+1
* Utils cleanupsAldo Cortesi2016-06-072-5/+5
* fix all pathod tests on Windows :tada:Maximilian Hils2016-06-061-14/+14
* fix NestedMessage encodingMaximilian Hils2016-06-061-1/+1
* fix .freeze(), improve testsMaximilian Hils2016-06-062-5/+10
* Py3: Fix status_code and other tests by using byte literalsShadab Zafar2016-06-061-7/+7
* Py3: Fix corresponding base.Integer test in test_language_baseShadab Zafar2016-06-061-1/+1
* Py3: Fix useragent testsShadab Zafar2016-06-061-4/+4
* Py3: Fix websocket testsShadab Zafar2016-06-061-10/+10