1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 17:45:35 +00:00

Commit Graph

  • 6c877a1749 added skip decorator for python2 Rishab Malik 2019-06-28 13:03:55 -04:00
  • 6be6f0236b Merge pull request #415 from jeking3/issue-414 Arthur Hamon 2019-06-28 17:20:14 +02:00
  • 95c7898b65 [DEV-5365][DEV-5367] VCR responses don't work with Biopython on Python 3 (#1) Rishab Malik 2019-06-13 16:46:17 -04:00
  • d4b706334c properly handle tunnel connect uri generation broken in #389 James E. King III 2018-12-22 17:21:25 +00:00
  • e8a9a65bef Make test use stream output to test MockStream interface Steinn Eldjárn Sigurðarson 2019-06-28 13:35:05 +00:00
  • 67b03b45c3 Add output option to use response.content stream Steinn Eldjárn Sigurðarson 2019-06-28 13:34:48 +00:00
  • 6c41b8b723 Use built-in helpers to avoid use of async keywords which cause syntax errors on 2.x Steinn Eldjárn Sigurðarson 2019-06-28 13:30:14 +00:00
  • cc55ef5b35 Add test for MockStream on aiohttp Steinn Eldjárn Sigurðarson 2019-06-04 14:27:13 +00:00
  • 1b6f304421 Add .content to MockClientResponse so code which uses aiohttp request content streams directly can be tested Steinn Eldjárn Sigurðarson 2019-06-04 14:26:02 +00:00
  • 9039eab916 Merge pull request #418 from PiDelport/patch-1 Arthur Hamon 2019-06-28 13:55:10 +02:00
  • 92e03603ea Merge pull request #446 from neozenith/master Josh Peak 2019-06-28 13:54:43 +10:00
  • f8e8b85790 Address testing with tox on windows documentation Josh Peak 2019-06-28 13:29:55 +10:00
  • 09ed0e911e Add cassette and failed request as properties of thrown CannotOverwriteCassetteException Josh Peak 2019-06-28 11:29:12 +10:00
  • 0830f6052b Merge pull request #439 from arthurHamon2/master Josh Peak 2019-06-28 10:45:10 +10:00
  • 829e9b2f1c Merge pull request #444 from hugovk/patch-1 Arthur Hamon 2019-06-27 22:30:10 +02:00
  • b203fd4113 add reference to pytest-vcr plugin in the documentation Arthur Hamon 2019-06-13 15:15:37 +02:00
  • f414e04f49 update the documentation of custom matchers Arthur Hamon 2019-06-13 15:14:11 +02:00
  • 28d9899b9b refactor the 'CannotOverwriteExistingCassetteException' exception, building a more detailed message Arthur Hamon 2019-06-12 13:24:13 +02:00
  • 396c4354e8 add cassette's method to find the most similar request(s) of a request Arthur Hamon 2019-06-12 13:17:15 +02:00
  • 0a01f0fb51 change all the matchers with an assert statement and refactor the requests_match function Arthur Hamon 2019-06-12 12:20:30 +02:00
  • 46f5b8a187 add function to get the comparaison result of two request with a list of matchers Arthur Hamon 2019-06-12 12:07:04 +02:00
  • 940dec1dd6 add private function to evaluate a matcher Arthur Hamon 2019-06-12 11:57:54 +02:00
  • de244a968f add function to format the assertion message Arthur Hamon 2019-06-12 11:51:00 +02:00
  • 728dc71a35 Merge pull request #441 from arthurHamon2/update-related-to-new-dependencies-versions Arthur Hamon 2019-06-27 22:03:30 +02:00
  • bdb74b9841 change requests27 in travis-ci to requests Arthur Hamon 2019-06-14 12:42:19 +02:00
  • 34f0417dc9 add troubleshooting in contributing section Arthur Hamon 2019-06-13 15:51:28 +02:00
  • 86586e8cd9 Remove broken Waffle badge Hugo 2019-06-17 11:48:12 +03:00
  • 7724b364aa urllib3 has a new default behavior with PoolManager object creation Arthur Hamon 2019-06-13 15:21:44 +02:00
  • c4803dbc4d httplib2 has issues validating certificate with python 2.7, disabling it Arthur Hamon 2019-06-13 15:21:02 +02:00
  • a53121b645 do not create tox environment with python2 and aiohttp Arthur Hamon 2019-06-13 15:19:45 +02:00
  • 78a0a52bd9 fix issue with tests using localhost Arthur Hamon 2019-06-13 15:17:39 +02:00
  • 18977a85d1 Merge pull request #413 from khamidou/add_rewind_method Ivan Malison 2019-06-10 17:53:37 -07:00
  • fb84928ef6 Fix build problems on requests tests due to SSL certificate problems Luiz Menezes 2019-06-10 16:57:24 -03:00
  • 0b4d92c277 Merge pull request #435 from hugovk/rm-3.4 Luiz Menezes 2019-06-10 15:38:36 -03:00
  • 8f4e089200 Upgrade Python syntax with pyupgrade Hugo 2019-05-22 17:44:36 +03:00
  • 7670e10bc2 Fix Flake8: E117 over-indented Hugo 2019-05-22 17:35:15 +03:00
  • dc174c3250 Drop support for EOL Python 3.4 Hugo 2019-05-22 17:30:45 +03:00
  • 1b474c0510 Fix deprecation warnings depr-warn Luiz Menezes 2019-04-06 00:37:36 -03:00
  • 114fcd29b4 Merge pull request #416 from davidwilemski/util-warnings Luiz Menezes 2019-04-06 00:17:32 -03:00
  • 20e8f4ad41 Doc typo: yml -> yaml Pi Delport 2019-02-04 12:15:23 +02:00
  • 4e990db32e Fix collections.abc DeprecationWarning David Wilemski 2019-01-01 15:23:51 -08:00
  • 472bc3aea1 Add a rewind method to reset a cassette. Karim Hamidou 2018-12-20 12:44:07 +01:00
  • c74a857aa4 Merge pull request #409 from jxltom/pin-requires-version-for-python34 Luiz Menezes 2018-11-14 09:59:39 -03:00
  • c3705dae9f Fix flake8 in python3 jxltom 2018-11-14 10:27:38 +08:00
  • 6c166482d9 Pin yarl and multidict version for python34 jxltom 2018-11-14 09:48:49 +08:00
  • cc9fabf2d9 Merge pull request #379 from adamchainz/patch-1 Thomas Grainger 2018-10-15 04:05:16 +01:00
  • f77442d87b Merge pull request #400 from felixonmars/patch-1 Thomas Grainger 2018-10-15 04:04:32 +01:00
  • 602112cd87 Merge pull request #404 from kevin1024/text-encoding-errors-kwarg Thomas Grainger 2018-10-15 04:04:15 +01:00
  • 4ef5205094 support ClientResponse.text(errors=) kwarg Thomas Grainger 2018-10-15 02:55:59 +01:00
  • 0d2f49fe8a Fix a typo in vcr/request.py Felix Yan 2018-10-06 17:21:42 +08:00
  • 8fdc6dbb68 Merge pull request #397 from stj/master Luiz Menezes 2018-10-04 12:04:05 -03:00
  • ffc4dca502 ClientResponse.release isn't a coroutine Stefan Tjarks 2018-09-26 00:30:11 -07:00
  • e42746fa88 Bump version to 2.0.1 v2.0.1 Luiz Menezes 2018-09-23 15:25:04 -03:00
  • 03b1dd9faa Merge pull request #395 from kevin1024/fix-py34 Luiz Menezes 2018-09-22 23:16:14 -03:00
  • f2a79d3fcc Add py34 to CI builds Luiz Menezes 2018-09-22 17:30:21 -03:00
  • 287ea4b06e Fix cassette module to work with py34 Luiz Menezes 2018-09-22 17:29:08 -03:00
  • 0cf11d4525 Bump version to 2.0.0 v2.0.0 Luiz Menezes 2018-09-19 11:46:08 -03:00
  • 75a334686f Merge pull request #391 from kevin1024/py37 Luiz Menezes 2018-09-18 19:40:45 -03:00
  • 9a9cdb3a95 add py37 on CI build Luiz Menezes 2018-09-18 18:47:32 -03:00
  • b38915a89a Fix httplib2 compatibility with py37 Luiz Menezes 2018-09-18 18:42:22 -03:00
  • e93060c81b Fix compatibility with Python 3.7 Felix Yan 2018-07-21 17:03:19 +08:00
  • 10736db427 Merge pull request #374 from adamchainz/readme_supported Luiz Menezes 2018-09-18 14:45:11 -03:00
  • cb4228cf90 Merge pull request #390 from kevin1024/fix-aiohttp-client Luiz Menezes 2018-09-18 14:42:59 -03:00
  • f7c051cde6 Drop support to asyncio.coroutine (py34 async/await syntax) Luiz Menezes 2018-09-18 13:59:40 -03:00
  • 075dde6707 Merge pull request #384 from valgur/patch-1 Luiz Menezes 2018-09-18 12:55:32 -03:00
  • af2742b6b9 Merge pull request #389 from lamenezes/fix-proxy Luiz Menezes 2018-09-18 11:32:53 -03:00
  • e9d00a5e2a Fix test_use_proxy cassette response type Luiz Menezes 2018-09-18 11:13:39 -03:00
  • 957db22d5c Improve test_use_proxy with cassette headers and play_count assertion Danilo Shiga 2018-09-18 10:11:33 -03:00
  • 302ea35d9a Fix matching on 'body' failing when Unicode symbols are present in them Martin Valgur 2018-09-06 19:18:28 +03:00
  • 895850b197 Fix failing unit test on Windows Martin Valgur 2018-09-06 19:10:05 +03:00
  • 5ddcaa4870 Replace PNG badges with SVG ones Martin Valgur 2018-09-05 20:26:01 +03:00
  • 76076e5ccb Fix PyPI badge URLs in README.rst Martin Valgur 2018-09-05 20:05:27 +03:00
  • 7417978e36 tornado.httpclient Adam Johnson 2018-07-31 10:38:21 +01:00
  • a9e75a545e Update docs on before_record_* callbacks Adam Johnson 2018-07-31 09:54:29 +01:00
  • e559be758a Fix aiohttp patch to work with aiohttp >= 3.3 Stefan Tjarks 2018-06-28 09:12:26 -07:00
  • bb8d39dd20 Update docs' lists of supported HTTP clients Adam Johnson 2018-07-18 22:51:58 +01:00
  • ff7dd06f47 fix proxy for Python 2 Samuel Fekete 2017-11-03 11:39:13 +00:00
  • 4b6b5effc7 Add headers in proxy server response Samuel Fekete 2017-11-03 11:07:23 +00:00
  • 06dc2190d6 Fix format string for Python 2.6 Samuel Fekete 2017-10-18 12:44:52 +01:00
  • eb4774a7d2 Only have a sock attribute after connecting Samuel Fekete 2017-07-03 16:54:29 +01:00
  • bed9e520a3 Fix socketserver for Python 3 Samuel Fekete 2017-07-03 15:29:36 +01:00
  • 365a98bf66 Fix failing tests Samuel Fekete 2017-07-03 15:16:23 +01:00
  • fc95e34bd4 Determine proxy based on path Samuel Fekete 2017-07-03 13:13:02 +01:00
  • 236dc1f4f2 Add test for proxies Samuel Fekete 2017-07-03 12:25:01 +01:00
  • 43f4eb8156 Fix host and port for proxy connections Samuel Fekete 2017-06-22 16:49:59 +01:00
  • aff71c5107 Merge pull request #356 from kgraves/fix_before_record_response_mutates_actual_response Luiz Menezes 2018-07-12 23:19:57 -03:00
  • 506700651d Bump version to 1.13.0 v1.13.0 Luiz Menezes 2018-07-12 20:02:29 -03:00
  • d1b11da610 Merge pull request #369 from lamenezes/fix-aiohttp-url-with-query-params Luiz Menezes 2018-07-08 23:48:20 -03:00
  • 306238d561 Test aiohttp usage with query strings on the URL Luiz Menezes 2018-07-08 23:06:22 -03:00
  • dbddaa0e44 Shallow copy of query as mutable MultiDict Goran Stefkovski 2018-06-21 16:01:01 +10:00
  • 0d4c9eccf5 simplified logic so that either params or url is used, if params are specified - they will overwrite any get params on the url Goran Stefkovski 2018-06-21 16:17:49 +10:00
  • 1674741d9f Merge pull request #368 from lamenezes/fix-json-content-type-on-aiohttp-stub Luiz Menezes 2018-07-08 14:46:16 -03:00
  • 75cb067e29 Fix content type being passed to aiohttp response stub Luiz Menezes 2018-07-07 23:56:39 -03:00
  • ab6e6b5b5d Merge pull request #359 from lamenezes/adapt-aiohttp-stub-to-3.3 Luiz Menezes 2018-06-18 10:46:36 -03:00
  • 9e8bd382d3 Fix aiohttp stub to work with aiohttp 3.3.x Luiz Menezes 2018-06-05 11:59:28 -03:00
  • ba79174a1f fixes before_record_response mutates response kg 2018-05-09 20:44:28 +00:00
  • c341e48961 bump version for release v1.12.0 Kevin McCarthy 2018-05-21 08:57:42 -05:00
  • 5be75692c4 Merge pull request #353 from lamenezes/support-aiohttp-over-3.1.0 Luiz Menezes 2018-05-16 15:13:37 -03:00
  • b10b92bdbb Fix travis config to allow pypy3.5-aiohttp failure instead of excluding Luiz Menezes 2018-05-16 14:09:39 -03:00
  • 3009cbbbe9 Skip requests test instead of failing for python >= 3.6 Luiz Menezes 2018-05-16 12:39:44 -03:00