aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | add empty test files to satisfy linter
* 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
| | | | This is already included in Python 3.3+ as unittest.mock
* simplify ALPN and OpenSSL on macOSThomas Kriechbaumer2016-12-043-62/+81
|
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-0212-45/+40
| | | | And remove all aliases for mitmproxy.test.tutils
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-206-26/+26
|
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-203-3/+3
| | | | There's a LOT more to be done refactoring our different conflicting test utils.
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-204-11/+11
|
* Create mitmproxy.utils hierarchyAldo Cortesi2016-10-201-2/+3
| | | | - Add mitproxy.utils.lrucache, mitproxy.utils.data
* 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
| | | | Had to debug this for hours!
* 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
| | | | Attempt to clear a niggling Appveyor exception buggering up our CI.
* Remove timestamps from pathoc outputAldo Cortesi2016-06-101-1/+1
| | | | | | Pathoc is an interactive tool, no need for a long leading timestamp. More generally, make timestamps optional in the logging mechanism so we can configure this with command-line flags or something down the track.
* 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
| | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes.
* 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
|
* Py3: Use BytesIO in tutils.renderShadab Zafar2016-06-061-1/+2
|
* Py3: Use byte string literalsShadab Zafar2016-06-061-20/+20
|
* Py3: Use BytesIO instead of StringIO for testsShadab Zafar2016-06-061-8/+8
|
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-061-23/+23
|