aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_app.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-051-3/+0
| | | | | | | | This is just inherently not a determinisitc test. We don't use the log HTTP interface any more, so it can just go. A more radical "solution" is inbound shortly. Fixes #1207
* Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-021-2/+2
| | | | | Requests uses urllib3, which has a connection pool that's not easy to disable (https://github.com/shazow/urllib3/issues/383).
* Since we have locks over the logs, use direct access rather than API ↵Aldo Cortesi2016-06-021-1/+1
| | | | requests to get to them
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+85