aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* coverage++Thomas Kriechbaumer2017-02-109-74/+94
|
* Closes #1580 Gives warning when explicit proxy configured in transparent ↵Ujjwal Verma2017-02-091-0/+10
| | | | mode (#1996)
* Merge pull request #2003 from Kriechi/coverage++Maximilian Hils2017-02-0910-113/+208
|\ | | | | test refactoring and coverage++
| * improve coverage reportThomas Kriechbaumer2017-02-091-6/+12
| |
| * minor changesThomas Kriechbaumer2017-02-092-1/+11
| |
| * eventsequence: coverage++Thomas Kriechbaumer2017-02-092-83/+59
| |
| * coverage whitelist -> blacklistThomas Kriechbaumer2017-02-091-5/+5
| |
| * stateobject: coverage++Thomas Kriechbaumer2017-02-091-0/+12
| |
| * websockets, tcp, version: coverage++Thomas Kriechbaumer2017-02-093-7/+102
| |
| * remove deprecated flow_count functionThomas Kriechbaumer2017-02-093-15/+11
| |
* | flow_count() -> len(flows)Maximilian Hils2017-02-091-2/+2
| |
* | Merge pull request #1998 from mhils/fix-change-upstreamMaximilian Hils2017-02-091-0/+23
|\ \ | |/ |/| Fix change_upstream_proxy_server
| * fix change_upstream_proxy_serverMaximilian Hils2017-02-091-0/+23
| |
* | improve stateobject testsMaximilian Hils2017-02-091-1/+7
| |
* | pytest.raises: shim new APIThomas Kriechbaumer2017-02-0822-106/+83
| |
* | Merge pull request #1997 from s4chin/add-gif-parserMaximilian Hils2017-02-0810-6/+36
|\ \ | | | | | | Add gif parser and tests
| * | Fix gif parsing error on some gifs and add testSachin Kelkar2017-02-083-0/+7
| | |
| * | Add gif parser and testsSachin Kelkar2017-02-0610-6/+29
| |/
* / Encoding fixes and testsUjjwal Verma2017-02-051-7/+36
|/
* fix flaky testThomas Kriechbaumer2017-02-051-7/+0
|
* coverage++Thomas Kriechbaumer2017-02-048-1/+27
|
* Merge pull request #1967 from s4chin/remove-pillowMaximilian Hils2017-02-037-0/+76
|\ | | | | Add png parser
| * FeedbackSachin Kelkar2017-02-031-6/+20
| |
| * Fix and cleanupSachin Kelkar2017-02-031-83/+57
| |
| * Add iTXt and zTXt testsSachin Kelkar2017-02-032-18/+50
| |
| * Fix as per feedback and add more testsSachin Kelkar2017-02-037-11/+53
| |
| * Add png parserSachin Kelkar2017-02-032-2/+16
| |
* | Merge pull request #1983 from Kriechi/coverage++Maximilian Hils2017-02-031-0/+22
|\ \ | | | | | | coverage++
| * | coverage++Thomas Kriechbaumer2017-02-031-0/+22
| |/
* / Added testUjjwal Verma2017-02-031-0/+7
|/
* fix mergeThomas Kriechbaumer2017-02-022-5/+5
|
* adapt coverage checksThomas Kriechbaumer2017-02-021-1/+1
|
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-0251-457/+465
|
* cleanup test utilsThomas Kriechbaumer2017-02-029-92/+40
|
* add test coverage protectionThomas Kriechbaumer2017-02-021-0/+103
|
* increase test coverageThomas Kriechbaumer2017-02-026-6/+132
|
* fix console testThomas Kriechbaumer2017-02-021-1/+1
|
* tests++ (#1976)Maximilian Hils2017-02-011-1/+9
|
* Add except clause to catch script parsing errors (#1929)lymanZerga112017-02-012-4/+10
|
* Merge pull request #1948 from amm0nite/fix_dns_spoofing_exampleMaximilian Hils2017-02-011-0/+22
|\ | | | | Fix for dns_spoofing.py example
| * Better testAmmonite2017-01-311-1/+7
| |
| * Add a test for the host replacementAmmonite2017-01-301-0/+16
| |
* | Regularise setheaders optionsAldo Cortesi2017-02-012-26/+17
| | | | | | | | | | | | | | | | As per replacements: - Make the option type a string/tuple union - Localise parsing strictly within the addon - Adapt the console editor (we'll find a more elegant solution later)
* | Revamp replacement hooksAldo Cortesi2017-02-012-103/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replacement specifiers can be either strings or tuples. This lets us cope gracefully with command-line parsing (and posible quick interactive specification) without having to special-case replacement hooks, or have knowledge of hook specification leak outside the addon. We can also now use the same command-line spec format in config files. - Split replacement and replacement from file into separate addons and options. Files are now read on each replacement, so you can edit replacement files in place without restart. - Modernise the test suite to use addon test helpers. TODO: editing and displaying replace-from-file in console app
* | Merge pull request #1965 from cortesi/optnameAldo Cortesi2017-02-011-15/+15
|\ \ | | | | | | Consolidate option names
| * | Consolidate option namesAldo Cortesi2017-01-301-15/+15
| | | | | | | | | | | | | | | | | | - Onboarding app options to onboarding* - Console-specific options to console_* - Web-specific options to web_*
* | | fully test addonmanager (#1970)Thomas Kriechbaumer2017-01-311-0/+12
|/ /
* | addons: unit tests to 100%Aldo Cortesi2017-01-295-20/+73
| | | | | | | | | | This patch pushes the coverage of ./tests/mitproxy/addons to 100% of the addons module.
* | fix newlines on windowsThomas Kriechbaumer2017-01-251-5/+5
| |
* | fix alpn requirement in web testsThomas Kriechbaumer2017-01-251-1/+1
| |