aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/test
Commit message (Collapse)AuthorAgeFilesLines
* addons.script: 100% test coverageAldo Cortesi2016-11-031-0/+3
|
* addons: filestreamer test cov to 100%Aldo Cortesi2016-11-031-3/+15
| | | | | Also address a bug in taddons that caused options changes that raised errors to be retained rather than rolled back.
* addons: dumper spit and polishAldo Cortesi2016-11-021-3/+3
| | | | | | | - 100% test coverage - Cleanups - Add test/mitmproxy/addons/dumperview.py, a small utility for viewing dumper output variations
* tests: convert test_dumper to use taddonsAldo Cortesi2016-11-021-1/+10
|
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-1/+9
| | | | Remove aliases, use mitmproxy/test/tutils instead.
* Replace interception in mitmproxy and mitmweb with addonAldo Cortesi2016-10-301-3/+3
| | | | Fixes #1674
* test.taddon: Add cycle() method, use it to test addons.interceptAldo Cortesi2016-10-301-0/+14
|
* Move test flow creators to mitmproxy.test.tflowAldo Cortesi2016-10-301-0/+107
|
* Add addons.interceptAldo Cortesi2016-10-291-0/+37
| | | | | - Add an addon to handle intercept based on a filter pattern - Start sketching out a nicer testing truss for addons in mitmproxy.test.taddon
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-5/+5
|
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-0/+130
There's a LOT more to be done refactoring our different conflicting test utils.