aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
Commit message (Collapse)AuthorAgeFilesLines
* test & examples: zap sixAldo Cortesi2016-10-171-2/+2
|
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-171-1/+2
|
* Py3: Store certificate with a byte keyShadab Zafar2016-06-161-1/+1
| | | | Had to debug this for hours!
* Py3: Fix tests by using byte literalsShadab Zafar2016-06-161-7/+7
|
* fix all pathod tests on Windows :tada:Maximilian Hils2016-06-061-14/+14
|
* Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-051-11/+1
| | | | Also hide HTTP2 freeze bug by making explain configurable in the tests
* First-order removal of pathod API and appAldo Cortesi2016-06-051-10/+0
|
* Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-021-7/+2
| | | | | 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-021-4/+3
| | | | 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.
* more style cleanupThomas Kriechbaumer2016-05-291-5/+5
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+1
|
* tests: silence flaky pathod testMaximilian Hils2016-05-201-0/+1
|
* tests: properly skip pathod testsMaximilian Hils2016-05-181-3/+3
|
* tests: xfail -> skipMaximilian Hils2016-05-181-3/+3
|
* silence flaky pathod testMaximilian Hils2016-04-211-0/+1
|
* py3++: cStringIOMaximilian Hils2016-03-201-4/+2
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
|
* temporarily silence flaky testsMaximilian Hils2016-02-161-0/+3
|
* fix ALPN checksMaximilian Hils2016-02-151-1/+1
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+289