aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Satisfy flake8Aldo Cortesi2016-05-314-0/+4
* Unify and make symmetric pretty_size and parse_sizeAldo Cortesi2016-05-311-4/+8
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-314-39/+31
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-313-32/+33
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-312-12/+12
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-312-22/+22
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-313-67/+68
* Start cleaning up netlib.utilsAldo Cortesi2016-05-314-47/+47
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-1/+4
* Fix test import errorAldo Cortesi2016-05-311-1/+2
* split mitmproxy.flow into mitmproxy.flow.*Maximilian Hils2016-05-301-21/+21
* fixThomas Kriechbaumer2016-05-291-1/+1