aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2402 from ujjwal96/request-replayMaximilian Hils2017-06-271-2/+14
|\ | | | | Fixes #2197
| * request replay testUjjwal Verma2017-06-261-2/+14
| |
* | Merge pull request #2411 from ujjwal96/ico-parserMaximilian Hils2017-06-252-2/+24
|\ \ | | | | | | ICO content view
| * | Added testUjjwal Verma2017-06-252-2/+24
| |/
* | Merge pull request #2395 from MatthewShao/mitmweb-optionsMaximilian Hils2017-06-243-0/+23
|\ \ | |/ |/| [WIP] Add RESTful API for mitmweb option
| * Minor Update for /options API of mitmweb.Matthew Shao2017-06-242-2/+3
| |
| * Add test for POST /options API of mitmweb.Matthew Shao2017-06-231-0/+4
| |
| * Add test for typespec_to_str.Matthew Shao2017-06-141-0/+8
| |
| * Minor Update and add test.Matthew Shao2017-06-131-0/+5
| |
| * Add tests for dump_dicts in optmanager.py.Matthew Shao2017-06-121-0/+5
| |
* | console: console.key.bind console.key.unbind commandsAldo Cortesi2017-06-141-0/+35
| |
* | console: teach keymap to understand "space"Aldo Cortesi2017-06-131-0/+5
| | | | | | | | Urwid uses " ", which is not a great user experience.
* | console: key binding viewerAldo Cortesi2017-06-131-1/+1
| | | | | | | | Read-only for now.
* | view: show a message if we remove more than one flow from viewAldo Cortesi2017-06-131-0/+10
| |
* | commands: teach parser correct annotations for variable argsAldo Cortesi2017-06-131-1/+1
| | | | | | | | We should annotate with the base type, not the resulting sequence.
* | config: don't crash with a config file containing only commentsAldo Cortesi2017-06-131-0/+4
| |
* | Test for streamingUjjwal Verma2017-06-121-0/+37
|/
* tests for Proxy configUjjwal Verma2017-06-121-1/+38
|
* console: auto-generate context key binding helpAldo Cortesi2017-06-112-28/+20
|
* always pretend to have a tty in testsMaximilian Hils2017-06-051-0/+9
|
* Merge pull request #2367 from mhils/issue-2329Thomas Kriechbaumer2017-06-022-12/+50
|\ | | | | Fix #2329
| * minor improvementsMaximilian Hils2017-06-022-12/+16
| |
| * fix #2329Maximilian Hils2017-06-011-0/+34
| |
* | Fixes #2230 (#2361)Ujjwal Verma2017-06-023-27/+56
|/
* Increase test coverageUjjwal Verma2017-05-312-5/+28
|
* coverage++Thomas Kriechbaumer2017-05-261-0/+3
|
* Merge pull request #2346 from ujjwal96/test-coverageThomas Kriechbaumer2017-05-263-1/+31
|\ | | | | Tests for wbxml
| * Tests for wbxmlUjjwal Verma2017-05-243-1/+31
| |
* | remove old test fileThomas Kriechbaumer2017-05-261-43/+0
| |
* | Merge pull request #2353 from ujjwal96/tls-parserThomas Kriechbaumer2017-05-262-8/+14
|\ \ | | | | | | Using kaitai struct to parse tls client hello
| * | Using kaitai struct to parse tls client helloUjjwal Verma2017-05-262-8/+14
| |/
* | pathod: fix leaking fdsThomas Kriechbaumer2017-05-243-9/+7
| |
* | pathod: properly verify certificate in testsThomas Kriechbaumer2017-05-242-30/+14
| |
* | fix openssl cipher_list bytes/str deprecationThomas Kriechbaumer2017-05-241-1/+1
|/
* cleanupThomas Kriechbaumer2017-05-242-3/+0
|
* fix various fd/socket leaksThomas Kriechbaumer2017-05-2410-24/+33
|
* connections tests: fix leaking socketsThomas Kriechbaumer2017-05-242-8/+9
|
* proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-241-2/+1
|
* http1 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+1
|
* http2 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-84/+88
|
* websocket tests: fix leaking socketsThomas Kriechbaumer2017-05-241-60/+62
|
* upgrade pytest and remove our pytest.raises wrapperThomas Kriechbaumer2017-05-241-18/+0
|
* fix typoThomas Kriechbaumer2017-05-241-1/+1
|
* auto-close file after readingThomas Kriechbaumer2017-05-241-4/+5
|
* Merge pull request #2342 from MatthewShao/jest-devMaximilian Hils2017-05-221-0/+18
|\ | | | | [web] Add _flow.js for component tests.
| * [web] Set some value as constant, so _tflow.js would not change.Matthew Shao2017-05-221-3/+9
| |
| * [web] TFlow minor improved.Matthew Shao2017-05-211-1/+2
| |
| * [web] Fix minior lint problem.Matthew Shao2017-05-191-0/+1
| |
| * [web] Add _tflow.js generator in test_app.pyMatthew Shao2017-05-191-1/+11
| |
* | Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-172-5/+45
| |