aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Satisfy linting godsAldo Cortesi2016-06-021-1/+2
| | |
* | | Silence requests warningsAldo Cortesi2016-06-021-0/+3
| | | | | | | | | | | | Once we convert the rest of the suite to pathoc, this can go.
* | | Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-023-11/+27
| | | | | | | | | | | | | | | Requests uses urllib3, which has a connection pool that's not easy to disable (https://github.com/shazow/urllib3/issues/383).
* | | pathod.test shouldn't use the API at allAldo Cortesi2016-06-021-4/+5
| | |
* | | Since we have locks over the logs, use direct access rather than API ↵Aldo Cortesi2016-06-022-5/+4
| | | | | | | | | | | | requests to get to them
* | | Honesty in testingAldo Cortesi2016-06-021-5/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | - 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.
* / Consolidate some functions to strutils.bytes_to_escaped_strAldo Cortesi2016-06-021-11/+0
|/
* Py3: Use byte literals for comparisonShadab Zafar2016-05-311-12/+12
|
* Move human-friendly format functions to netlib.human, remove redundant ↵Aldo Cortesi2016-05-311-7/+0
| | | | implementations
* more style cleanupThomas Kriechbaumer2016-05-293-8/+8
|
* more style cleanupThomas Kriechbaumer2016-05-294-14/+16
| | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test
* cleanup imports with flake8Thomas Kriechbaumer2016-05-284-6/+9
|
* fix Python 2 testsMaximilian Hils2016-05-281-2/+2
|
* Py3: Use cStringIO from six.movesShadab Zafar2016-05-281-3/+3
|
* Go Python 3 by default with the bytes conversionShadab Zafar2016-05-261-2/+4
|
* Remove inner_repr, fixup escape_unprintablesShadab Zafar2016-05-261-8/+4
|
* Py3: Handle bytes case in inner_reprShadab Zafar2016-05-261-0/+1
|
* bytes_to_escaped_str: always escape single quotesMaximilian Hils2016-05-251-1/+1
|
* We don't need 3 slightly different implementations of DataAldo Cortesi2016-05-211-1/+1
|
* tests: silence flaky pathod testMaximilian Hils2016-05-201-0/+1
|
* tests: properly skip pathod testsMaximilian Hils2016-05-182-4/+4
|
* tests: xfail -> skipMaximilian Hils2016-05-181-3/+3
|
* fix naming which caused overwriting of functionsThomas Kriechbaumer2016-05-151-1/+1
|
* silence flaky pathod testMaximilian Hils2016-04-211-0/+1
|
* py3++: cStringIOMaximilian Hils2016-03-209-55/+48
|
* suppress pathoc test timeouts on windowsMaximilian Hils2016-02-271-0/+2
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-1616-22/+22
|
* temporarily silence flaky testsMaximilian Hils2016-02-161-0/+3
|
* update README.rst, minor fixesMaximilian Hils2016-02-151-0/+2
|
* fix ALPN checksMaximilian Hils2016-02-152-2/+2
|
* move tests into shared folderMaximilian Hils2016-02-1526-0/+2601