aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* move tests into shared folderMaximilian Hils2016-02-15170-0/+64206
|
* move mitmproxyMaximilian Hils2016-02-1595-57220/+0
|
* remove noop codeThomas Kriechbaumer2016-02-143-19/+0
|
* autoflakeThomas Kriechbaumer2016-02-145-11/+6
|
* Merge pull request #916 from dufferzafar/export-codeMaximilian Hils2016-02-101-0/+148
|\ | | | | Export any flow request as Python code
| * Use classes to test a command, move code to separate methods underShadab Zafar2016-02-091-114/+126
| | | | | | | | classes
| * Use textwrap.dedent to improve readability of testsShadab Zafar2016-02-091-51/+82
| |
| * Rename test_export_flow.py to test_flow_export.pyShadab Zafar2016-02-091-0/+0
| |
| * Fix content length header issuesShadab Zafar2016-02-081-2/+6
| | | | | | | | | | Caused by: https://github.com/mitmproxy/netlib/commit/d253ebc142d80708a1bdc065d3db05d1394e3819
| * Tests for flow_export.raw_requestShadab Zafar2016-02-081-1/+23
| |
| * Tests for flow_export.python_codeShadab Zafar2016-02-081-0/+46
| |
| * Test exact return value of flow_export.curl_commandShadab Zafar2016-02-081-4/+15
| |
| * Add some basic tests for flow_exportsShadab Zafar2016-02-081-0/+22
| |
* | make stateobject simpler and stricterMaximilian Hils2016-02-082-6/+16
| |
* | fix #876Maximilian Hils2016-02-081-0/+5
| |
* | fix http2 race conditionThomas Kriechbaumer2016-02-041-12/+54
| |
* | cleanupThomas Kriechbaumer2016-02-041-1/+1
| |
* | improve test reliabilityThomas Kriechbaumer2016-02-041-4/+8
| |
* | fix tests and use netlib utilsThomas Kriechbaumer2016-02-041-7/+7
| |
* | code formattingThomas Kriechbaumer2016-02-042-5/+5
| |
* | add more tests, improve coverageThomas Kriechbaumer2016-02-041-7/+72
| |
* | test stream resets in push promiseThomas Kriechbaumer2016-02-041-0/+37
| |
* | refactor http2 testsThomas Kriechbaumer2016-02-041-85/+149
| |
* | remove printThomas Kriechbaumer2016-02-041-1/+0
| |
* | test PushPromise supportThomas Kriechbaumer2016-02-041-3/+88
| |
* | increase coverageThomas Kriechbaumer2016-02-041-0/+4
| |
* | silence 3rd party module loggersThomas Kriechbaumer2016-02-041-0/+5
| |
* | exclude tests if no alpn support presentThomas Kriechbaumer2016-02-041-0/+8
| |
* | add http2 full-stack testThomas Kriechbaumer2016-02-041-0/+117
| |
* | rename test fileThomas Kriechbaumer2016-02-041-27/+0
| |
* | fix import in testsThomas Kriechbaumer2016-02-041-1/+1
|/
* tests: use relative importsMaximilian Hils2016-02-0219-21/+19
|
* silence third-party modulesMaximilian Hils2016-02-021-0/+8
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-2726-26/+82
|
* cleanup importsThomas Kriechbaumer2016-01-279-21/+7
|
* Merge pull request #872 from bazzinotti/inline-tcpMaximilian Hils2016-01-172-0/+15
|\ | | | | Add "tcp_message" Inline Script Hook
| * Add Inline Script Hooks to TCP modeMichael J. Bazzinotti2016-01-102-0/+15
| |
* | fix #659Maximilian Hils2016-01-021-1/+7
|/
* clientcert tests: fix whitespaceMichael J. Bazzinotti2015-12-291-0/+2
|
* client-cert: Simplify and cleanupMichael J. Bazzinotti2015-12-293-17/+18
| | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase
* [docs/libmproxy/test] Support single client-side cert file as argument toMichael J. Bazzinotti2015-12-282-1/+14
| | | | --client-certs
* test flow conversionMaximilian Hils2015-12-033-0/+87
|
* add tnetstring inspection toolMaximilian Hils2015-12-021-0/+32
|
* disable concurrency tests on appveyorMaximilian Hils2015-11-292-2/+3
|
* lessen test race conditionsMaximilian Hils2015-11-292-2/+2
|
* remove unnecessary race conditions in testsMaximilian Hils2015-11-271-8/+2
|
* add memoryleak debug scriptMaximilian Hils2015-11-261-0/+38
|
* skip timing tests on appveyorMaximilian Hils2015-11-243-5/+18
|
* fix appveyor race conditions in testsMaximilian Hils2015-11-141-6/+4
|
* structure libmproxy.scriptMaximilian Hils2015-11-142-13/+14
|\