Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Py3: Store certificate with a byte key | Shadab Zafar | 2016-06-16 | 1 | -1/+1 |
| | | | | Had to debug this for hours! | ||||
* | Py3: Fix tests by using byte literals | Shadab Zafar | 2016-06-16 | 1 | -7/+7 |
| | |||||
* | fix all pathod tests on Windows :tada: | Maximilian Hils | 2016-06-06 | 1 | -14/+14 |
| | |||||
* | Remove last vestiges of noapi and noweb from pathod | Aldo Cortesi | 2016-06-05 | 1 | -11/+1 |
| | | | | Also hide HTTP2 freeze bug by making explain configurable in the tests | ||||
* | First-order removal of pathod API and app | Aldo Cortesi | 2016-06-05 | 1 | -10/+0 |
| | |||||
* | Reimplement test retrievals on pathoc and ditch requests | Aldo Cortesi | 2016-06-02 | 1 | -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 all | Aldo Cortesi | 2016-06-02 | 1 | -4/+5 |
| | |||||
* | Since we have locks over the logs, use direct access rather than API ↵ | Aldo Cortesi | 2016-06-02 | 1 | -4/+3 |
| | | | | requests to get to them | ||||
* | Honesty in testing | Aldo Cortesi | 2016-06-02 | 1 | -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 cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -5/+5 |
| | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | tests: silence flaky pathod test | Maximilian Hils | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | tests: properly skip pathod tests | Maximilian Hils | 2016-05-18 | 1 | -3/+3 |
| | |||||
* | tests: xfail -> skip | Maximilian Hils | 2016-05-18 | 1 | -3/+3 |
| | |||||
* | silence flaky pathod test | Maximilian Hils | 2016-04-21 | 1 | -0/+1 |
| | |||||
* | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 1 | -4/+2 |
| | |||||
* | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | temporarily silence flaky tests | Maximilian Hils | 2016-02-16 | 1 | -0/+3 |
| | |||||
* | fix ALPN checks | Maximilian Hils | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+289 |