aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-3/+4
|
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-021-1/+1
| | | | And remove all aliases for mitmproxy.test.tutils
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-171-1/+2
|
* Utils cleanupsAldo Cortesi2016-06-071-5/+0
| | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes.
* Consolidate some functions to strutils.bytes_to_escaped_strAldo Cortesi2016-06-021-11/+0
|
* Move human-friendly format functions to netlib.human, remove redundant ↵Aldo Cortesi2016-05-311-7/+0
| | | | implementations
* 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
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+39