aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1211 from cortesi/pathodAldo Cortesi2016-06-064-192/+48
|\
| * Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-053-18/+5
| * First-order removal of pathod API and appAldo Cortesi2016-06-053-174/+43
* | Use BytesIO instead of StringIOShadab Zafar2016-06-061-2/+2
* | Py3: Use byte literals for comparisonShadab Zafar2016-06-061-1/+1
* | Py3: Use global next() function instead of iterator methodShadab Zafar2016-06-061-7/+7
|/
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-053-5/+4
* Py3: Write bytes to fileShadab Zafar2016-06-041-3/+3
* Fix function name typoShadab Zafar2016-06-041-1/+1
* Py3: Convert all data to bytes in pathod.language.writer testShadab Zafar2016-06-041-28/+28
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-041-3/+3
* Make tcp.Client.connect return a context manager that closes the connectionAldo Cortesi2016-06-031-18/+18
* Implement a service connection handler counter, use it in Pathod test suiteAldo Cortesi2016-06-031-0/+1
* Merge remote-tracking branch 'upstream/master' into testsuiteAldo Cortesi2016-06-031-5/+8
|\
| * Merge remote-tracking branch 'duffer/pathod-lang-generators'Maximilian Hils2016-06-021-5/+8
| |\
| | * Py3: Return bytes from FileGeneratorShadab Zafar2016-06-021-4/+6
| | * Py3: Return bytes from RandomGeneratorShadab Zafar2016-06-021-1/+2
* | | Satisfy linting godsAldo Cortesi2016-06-021-1/+2
* | | Silence requests warningsAldo Cortesi2016-06-021-0/+3
* | | Reimplement test retrievals on pathoc and ditch requestsAldo Cortesi2016-06-023-11/+27
* | | 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 requests...Aldo Cortesi2016-06-022-5/+4
* | | Honesty in testingAldo Cortesi2016-06-021-5/+0
|/ /
* / 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 implem...Aldo Cortesi2016-05-311-7/+0
* more style cleanupThomas Kriechbaumer2016-05-293-8/+8
* more style cleanupThomas Kriechbaumer2016-05-294-14/+16
* 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