Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | addon loader: add boot_into, which replaces returning from start() | Aldo Cortesi | 2017-03-25 | 1 | -1/+0 |
| | | | | | While we're here, expand test coverage for addonmanager to 100%, and promote to individual coverage. | ||||
* | tox: mypy checking for entire codebase | Aldo Cortesi | 2017-03-22 | 1 | -3/+4 |
| | | | | Also fix a few linting errors. | ||||
* | certs: coverage++ | Thomas Kriechbaumer | 2017-02-26 | 1 | -2/+0 |
| | |||||
* | connections: coverage++ (#2064) | Thomas Kriechbaumer | 2017-02-26 | 1 | -2/+0 |
| | |||||
* | optmanager: coverage++ (#2062) | Thomas Kriechbaumer | 2017-02-25 | 1 | -2/+0 |
| | |||||
* | http: coverage++ (#2060) | Thomas Kriechbaumer | 2017-02-24 | 1 | -2/+0 |
| | |||||
* | flowfilter: coverage++ | Thomas Kriechbaumer | 2017-02-24 | 1 | -2/+0 |
| | |||||
* | protobuf: coverage++ | Thomas Kriechbaumer | 2017-02-19 | 1 | -2/+0 |
| | |||||
* | add individual-coverage check | Thomas Kriechbaumer | 2017-02-16 | 1 | -0/+63 |
| | |||||
* | extract full-coverage pytest plugin | Thomas Kriechbaumer | 2017-02-15 | 1 | -0/+31 |
| | |||||
* | InstallBuilder (#1826) | Maximilian Hils | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | test coverage: complete branch coverage is NOT a goal | Aldo Cortesi | 2016-11-02 | 1 | -1/+1 |
| | | | | | Branch coverage means lots of duplication in tests to hit all cases, and I'm not sure it's worth it. At any rate, let's aim for statement coverage first. | ||||
* | fix the linter, knuth ftw! | Maximilian Hils | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | addons.Addons -> addonmanager, builtins -> addons | Aldo Cortesi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | update dependencies, minor fixes (#1577) | Maximilian Hils | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | update appveyor with tox | Thomas Kriechbaumer | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Honesty in testing | Aldo Cortesi | 2016-06-02 | 1 | -2/+1 |
| | | | | | | | | | | | | - Don't skip tests that fail - Don't omit console from coverage I'm working on the pathod races, and can't seem to reproduce the failures locally. Also, let's not kid ourselves about the console coverage - it should be tracked. To improve it, we should measure it. Regressions in coverage of the module should be flagged by CI. | ||||
* | cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -0/+1 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -7/+4 |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
* | disable py.test timeout by default, this breaks interactive debuggers | Maximilian Hils | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | s/nocover/no cover/g | Thomas Kriechbaumer | 2016-03-27 | 1 | -1/+0 |
| | | | according to coveralls docs | ||||
* | increase test timeout | Thomas Kriechbaumer | 2016-03-27 | 1 | -1/+1 |
| | |||||
* | py.test: disable coverage collection by default | Maximilian Hils | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | fix coverage collection | Maximilian Hils | 2016-02-23 | 1 | -2/+2 |
| | |||||
* | fix test paths, move coverage config into setup.py | Maximilian Hils | 2016-02-18 | 1 | -1/+13 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+12 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -11/+0 |
| | |||||
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 1 | -5/+5 |
| | |||||
* | handle Expect: 100-continue header, fix #770 | Maximilian Hils | 2015-09-28 | 1 | -0/+3 |
| | |||||
* | fix pep8 config | Thomas Kriechbaumer | 2015-06-15 | 1 | -1/+0 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -0/+9 |