Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | py3++: test_dump | Shadab Zafar | 2016-07-09 | 1 | -1/+1 | |
| | ||||||
* | py3++ | Maximilian Hils | 2016-07-08 | 1 | -1/+1 | |
| | ||||||
* | simplify tox test exclusion | Thomas Kriechbaumer | 2016-07-08 | 1 | -1/+1 | |
| | ||||||
* | py3++ | Maximilian Hils | 2016-07-07 | 1 | -1/+1 | |
| | ||||||
* | py3++: test_protocol_http2 | Shadab Zafar | 2016-07-07 | 1 | -1/+1 | |
| | ||||||
* | disable harparser on py3 | Maximilian Hils | 2016-07-07 | 1 | -1/+1 | |
| | ||||||
* | tnetstring: keys are str on py3. migrate flow.io_compat | Maximilian Hils | 2016-07-06 | 1 | -1/+1 | |
| | ||||||
* | py3++, multidict fixes | Maximilian Hils | 2016-07-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | This commit improves Python 3 compatibility and fixes two multidict issues: 1. Headers.items(multi=True) now decodes fields 2. MultiDict.clear(item) has been removed, as Python's MutableMapping already defines .clear() with different semantics. This is confusing for everyone who expects a dict-like object. `.pop("attr", None)` is not fantastic, but it's the Python way to do it. | |||||
* | don't cache tox on CI | Maximilian Hils | 2016-07-05 | 1 | -2/+0 | |
| | ||||||
* | Merge pull request #1316 from mhils/faster-lint | Maximilian Hils | 2016-07-05 | 1 | -2/+1 | |
|\ | | | | | tox: dont make sdist when linting | |||||
| * | tox: dont make sdist when linting | Maximilian Hils | 2016-07-05 | 1 | -2/+1 | |
| | | ||||||
* | | py3++: test_flow_export | Shadab Zafar | 2016-07-02 | 1 | -1/+1 | |
|/ | ||||||
* | py3++ | Maximilian Hils | 2016-07-01 | 1 | -2/+5 | |
| | ||||||
* | py3++: test/mitmproxy/test_server | Shadab Zafar | 2016-07-01 | 1 | -1/+1 | |
| | ||||||
* | remove superfluous statements in tox.ini | Maximilian Hils | 2016-06-29 | 1 | -3/+0 | |
| | ||||||
* | minor fixes | Maximilian Hils | 2016-06-28 | 1 | -0/+1 | |
| | ||||||
* | do not run tests in parallel | Maximilian Hils | 2016-06-28 | 1 | -1/+1 | |
| | | | | | | this makes ci very unreliable, see https://travis-ci.org/mitmproxy/mitmproxy/jobs/140994186 I don't know of a way to fix the test collection bug. | |||||
* | compile docs on python 3.5 | Maximilian Hils | 2016-06-28 | 1 | -1/+1 | |
| | ||||||
* | simplify tox setup | Maximilian Hils | 2016-06-28 | 1 | -34/+11 | |
| | ||||||
* | update tox env on CI | Thomas Kriechbaumer | 2016-06-28 | 1 | -1/+1 | |
| | ||||||
* | update appveyor with tox | Thomas Kriechbaumer | 2016-06-27 | 1 | -7/+17 | |
| | ||||||
* | py3++: mitmproxy.platform.pf | Shadab Zafar | 2016-06-22 | 1 | -1/+1 | |
| | ||||||
* | py3++: mitmproxy.protocol.http1 | Shadab Zafar | 2016-06-22 | 1 | -1/+1 | |
| | ||||||
* | py3++: mitmproxy.proxy | Shadab Zafar | 2016-06-22 | 1 | -1/+1 | |
| | ||||||
* | py3++ | Shadab Zafar | 2016-06-21 | 1 | -1/+1 | |
| | ||||||
* | py3++ | Shadab Zafar | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | py3++ | Shadab Zafar | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | Enable Travis for the entire pathod directory :) | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
| | ||||||
* | Enable Travis for test/pathod/test_pathoc | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
| | ||||||
* | tox: Pull Py3 test list out into an environment variable | Aldo Cortesi | 2016-06-11 | 1 | -2/+4 | |
| | | | | Suggestion from @resam | |||||
* | Remove explicit versions in tox CI environments | Aldo Cortesi | 2016-06-10 | 1 | -2/+0 | |
| | | | | | Tox matches the environment prefix against its std environs, so we don't need to be explicit with versions here. | |||||
* | Distinguish between CI and interactive versions of tox | Aldo Cortesi | 2016-06-10 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | - This patch changes tox so that local invocation runs the tests with paralellism, coverage disabled, and without attempting to report coverage upstream. - You can now run specific tests for the py27 environment: tox -e py27 ./path/to/my/test We can't do this for py35 just yet, because of our junk filter, and the fact that we specify which tests to run directly in the conf file. Once these are cleaned up, we can extend. | |||||
* | properly fail on test failures | Thomas Kriechbaumer | 2016-06-08 | 1 | -1/+1 | |
| | ||||||
* | Enable Travis for test_language_http2 | Shadab Zafar | 2016-06-08 | 1 | -1/+1 | |
| | ||||||
* | use tox in Travis | Thomas Kriechbaumer | 2016-06-07 | 1 | -6/+22 | |
| | ||||||
* | Enable Travis for test/pathod/test_language_websocket | Shadab Zafar | 2016-06-07 | 1 | -1/+1 | |
| | ||||||
* | Enable Travis for test/pathod/test_language_http | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | ||||||
* | Add test_language_base to tox.ini | Shadab Zafar | 2016-06-04 | 1 | -1/+1 | |
| | ||||||
* | add missing pathod files to travis | Thomas Kriechbaumer | 2016-06-04 | 1 | -1/+1 | |
| | ||||||
* | Make tox run all tests for 2.7 | Aldo Cortesi | 2016-05-31 | 1 | -0/+5 | |
| | ||||||
* | activate flake8 for good! | Thomas Kriechbaumer | 2016-05-30 | 1 | -1/+1 | |
| | ||||||
* | add tox | Thomas Kriechbaumer | 2016-05-29 | 1 | -0/+10 | |