aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-10/+19
|
* Fix unit testsAldo Cortesi2015-01-021-2/+2
|
* Enable config file parsingAldo Cortesi2014-11-151-1/+17
| | | | | | | | | | | | | We support 4 different config files: ~/.mitmproxy/common.conf: Options that are common to all tools ~/.mitmproxy/mitmproxy.conf: Options for mitmproxy ~/.mitmproxy/mitmdump.conf: Options for mitmdump ~/.mitmproxy/mitmweb.conf: Options for mitmweb Options in the tool-specific config files over-ride options in common.conf. If a non-common option is put in common.conf, an error will be raised if a non-supporting tool is used.
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-0/+11
|
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-13/+0
|
* add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-0/+13
|
* Little bit of love for the unit tests.Aldo Cortesi2012-08-191-1/+13
|
* Command-line options for header setting.Aldo Cortesi2012-08-191-3/+9
|
* Fix unit tests after argparse conversion.Aldo Cortesi2012-08-181-3/+3
|
* Remove -T and -U command-line options.Aldo Cortesi2012-06-261-8/+0
| | | | They're redundant convenience options, and we need more space.
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-92/+86
|
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-0/+61
|
* unit test coverage ++Aldo Cortesi2011-03-201-0/+5
|
* Unit tests for cmdline.pyAldo Cortesi2011-03-121-0/+29