aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/test.py
Commit message (Collapse)AuthorAgeFilesLines
* update mypyMaximilian Hils2019-11-121-1/+1
|
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
|
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-171-1/+1
| | | | | | | | | | The types name is valuable, and we have a better use for it in collecting and exposing types for options and commands. The coretypes module should probably be split up anyway - it contains a threading base class, a few container objects, and the defintion of our serialization protocol. I was tempted to rename it to "uncagegorized" for the sake of honesty.
* Extend Mypy checking to pathodharsh vijay2017-05-021-7/+7
| | | | | | | | | | | | | | | | | | | * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-3/+3
|
* mitmproxy.types.[basethread,multidict,serializable]Aldo Cortesi2016-10-201-1/+1
|
* pathod: remove sixAldo Cortesi2016-10-171-4/+3
|
* Start rolling out leak detection in netlibAldo Cortesi2016-06-141-13/+1
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-4/+3
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* More explicit name for the tcp.Server handler counterAldo Cortesi2016-06-031-2/+2
|
* Implement a service connection handler counter, use it in Pathod test suiteAldo Cortesi2016-06-031-0/+15
| | | | Lots of failures, but that's a good thing.
* Make last_log actually return last logAldo Cortesi2016-06-021-1/+1
|
* pathod.test shouldn't use the API at allAldo Cortesi2016-06-021-11/+0
|
* Since we have locks over the logs, use direct access rather than API ↵Aldo Cortesi2016-06-021-5/+3
| | | | requests to get to them
* Bump error timeoutAldo Cortesi2016-06-021-1/+1
|
* Remove debug printAldo Cortesi2016-06-021-1/+0
|
* Add expect_log to the pathod test truss, and use it for last_logAldo Cortesi2016-06-021-1/+15
|
* py3++Maximilian Hils2016-03-201-2/+2
|
* py3++: cStringIOMaximilian Hils2016-03-201-2/+2
|
* combine projectsMaximilian Hils2016-02-181-0/+103