aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Py3: Fix status_code and other tests by using byte literalsShadab Zafar2016-06-061-7/+7
* Py3: Fix corresponding base.Integer test in test_language_baseShadab Zafar2016-06-061-1/+1
* Py3: Fix useragent testsShadab Zafar2016-06-061-4/+4
* Py3: Fix websocket testsShadab Zafar2016-06-061-10/+10
* Py3: Use BytesIO in tutils.renderShadab Zafar2016-06-061-1/+2
* Py3: Use byte string literalsShadab Zafar2016-06-061-20/+20
* Py3: Use BytesIO instead of StringIO for testsShadab Zafar2016-06-061-8/+8
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-061-23/+23
* Py3: Fix tests by using byte literalsShadab Zafar2016-06-061-6/+6
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-061-1/+1
* Fix sequencing in Pathoc websocket termination testAldo Cortesi2016-06-061-3/+4
* Make more of the pathod test suite use synchronisationAldo Cortesi2016-06-061-39/+11
* Merge pull request #1215 from redfast00/masterAldo Cortesi2016-06-061-2/+2
|\
| * fix multidict unittestsredfast002016-06-051-2/+2
* | 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
* Basic ConsoleMaster tests, based on mastertesterAldo Cortesi2016-06-041-1/+13
* console/__init__.py -> console/master.pyAldo Cortesi2016-06-041-6/+6
* Very basic test truss for web.appAldo Cortesi2016-06-041-0/+22
* Rebase on masterAldo Cortesi2016-06-044-76/+119
* 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
|/ /
* | Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-023-23/+23
* | Consolidate some functions to strutils.bytes_to_escaped_strAldo Cortesi2016-06-021-11/+0
* | Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-022-37/+40
* | Fix non-deterministic test failures in exportAldo Cortesi2016-06-021-2/+4
|/
* Merge pull request #1180 from dufferzafar/pathod-baseMaximilian Hils2016-05-311-12/+12
|\
| * Py3: Use byte literals for comparisonShadab Zafar2016-05-311-12/+12
* | be more strict about module namespacesMaximilian Hils2016-05-311-2/+1
|/
* http2.frame -> http2.framereaderAldo Cortesi2016-05-312-10/+10
* Fix test failuresAldo Cortesi2016-05-311-1/+1