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

Commit Graph

  • 7d2d29de12 Extract cookies to client on every response Martynas Mickevičius 2020-05-05 17:04:50 +03:00
  • 023e41bb4c Run tests on Travis CI Martynas Mickevičius 2020-05-05 16:56:57 +03:00
  • 6ae93ac820 fix linting errors in test_httpx.py Hernan Ezequiel Di Giorgi 2020-04-28 19:05:29 -03:00
  • 04b7f4fc65 test that works behind proxy Hernan Ezequiel Di Giorgi 2020-04-27 21:34:04 -03:00
  • 936feb7748 fix redirection url Hernan Ezequiel Di Giorgi 2020-04-27 20:40:47 -03:00
  • 79d26ebb43 make it work with gzipped data Hernan Ezequiel Di Giorgi 2020-04-27 20:39:05 -03:00
  • b8024de1b8 add missing pytest-asyncio dep for httpx Hernan Ezequiel Di Giorgi 2020-04-27 20:25:12 -03:00
  • 2f94d06e9b add httpx support Hernan Ezequiel Di Giorgi 2020-04-24 20:45:35 -03:00
  • 042ee790e2 add allow_playback_repeats option to Cassette Tyson Holub 2020-07-02 10:10:49 -04:00
  • a249781b97 aiohttp: Use record_mode enum in tests Paulo Romeira 2020-07-15 15:01:39 -03:00
  • b64e93aff2 aiohttp: Check if the response is playable before redirecting Paulo Romeira 2020-06-19 01:53:59 -03:00
  • 4897a8e692 aiohttp: Fix linting Paulo Romeira 2020-06-18 07:13:41 -03:00
  • 15d79e5b78 aiphttp: Add test for cookies on redirect Paulo Romeira 2020-06-18 02:31:22 -03:00
  • 1b9f80d741 aiohttp: Ignore cookie expiration date Paulo Romeira 2020-06-17 21:51:59 -03:00
  • 20fb283e97 aiohttp: Update cookies with redirection responses Paulo Romeira 2020-06-17 19:22:55 -03:00
  • e868b64922 aiohttp: Fix next_url redirect for absolute paths Paulo Romeira 2020-06-17 19:03:09 -03:00
  • 69cecdbda7 aiohttp: Fix tests Paulo Romeira 2020-06-09 09:40:12 -03:00
  • be53091ae5 aiohttp: Replace aiohttp package for module Paulo Romeira 2020-06-09 09:29:43 -03:00
  • ba91053485 aiohttp: Raise CannotOverwriteExistingCassette if not found Paulo Romeira 2020-06-08 22:36:59 -03:00
  • 837992767e aiohttp: Fix tests Paulo Romeira 2020-06-04 16:12:48 -03:00
  • cd0907ffaf aiohttp: Serialize request headers Paulo Romeira 2020-06-04 15:22:29 -03:00
  • 77d838e0fc aiohttp: Fix code linting Paulo Romeira 2020-06-04 15:12:42 -03:00
  • 5362db2ebb aiohttp: Update tests Paulo Romeira 2020-06-04 14:13:03 -03:00
  • f9ce14d29a aiohttp: Fix vcr_request cookies Paulo Romeira 2020-06-04 13:44:42 -03:00
  • 5242e68cd1 aiohttp: Fix code linting Paulo Romeira 2020-06-04 01:50:29 -03:00
  • 9817a8bda5 aiohttp: Add request cookies to "Cookie" header Paulo Romeira 2020-06-04 10:38:14 -03:00
  • 6e1768b85b aiohttp: Update ClientSession's cookie_jar with response cookies Paulo Romeira 2020-06-04 08:29:54 -03:00
  • 062126e50c tests/aiohttp: Add cookies test Paulo Romeira 2020-06-03 21:42:11 -03:00
  • 438550959f aiohttp: Add response cookies loading Paulo Romeira 2020-06-03 19:07:58 -03:00
  • 69e4316545 aiohttp: Add support for multiple headers with same key Paulo Romeira 2020-06-03 19:06:52 -03:00
  • 2f53776ffb Use mockbin to fix redirect test Jair Henrique 2020-07-15 14:00:28 -03:00
  • 535efe1eb9 Merge pull request #514 from timgates42/bugfix/typo_cassette Ivan Malison 2020-07-01 20:19:41 -07:00
  • eb2e226bb8 Merge pull request #530 from aaronbannin/record-mode-enum Ivan Malison 2020-07-01 20:08:06 -07:00
  • 8fe2ab6d06 Merge pull request #511 from royjs/master Ivan Malison 2020-06-29 14:25:45 -07:00
  • 6ac535f18d fix lints Aaron Bannin 2020-05-24 21:12:41 -07:00
  • bceaab8b88 add carraige returns Aaron Bannin 2020-05-24 20:44:21 -07:00
  • 0c2bbe0d51 enumerate record_mode values Aaron Bannin 2020-05-24 20:15:01 -07:00
  • 2e5fdd36d5 Update README.rst Kevin McCarthy 2020-04-19 08:46:10 -05:00
  • f8b9a41f13 Fix simple typo: cassete -> cassette Tim Gates 2020-02-26 18:04:31 +11:00
  • 6e040030b8 Do not redirect on 304 for aiohttp Jean-Sebastien Roy 2020-01-13 13:55:41 -05:00
  • accffa8ea2 Correct mock imports. Fixes #504 (#505) v4.0.2 Josh Peak 2019-12-20 22:08:25 +11:00
  • f07083e7cc Fix Logo alignment for PYPI description v4.0.1 Josh Peak 2019-12-20 12:11:01 +11:00
  • 4495dbd1ce Fixed README syntax errors thanks to and v4.0.0 Josh Peak 2019-12-20 12:04:36 +11:00
  • 357e3b03c5 Revert to PNG for PYPI upload Josh Peak 2019-12-20 11:55:36 +11:00
  • 566a70ab3a Updated link to logo in README so it animates Josh Peak 2019-12-20 11:48:08 +11:00
  • 4a8e80ee3e v4.0.x - Remove legacy python and add python3.8 support (#499) Josh Peak 2019-12-20 11:45:07 +11:00
  • 41ca5750e7 Fix heading hierarchy in debugging guide Josh Peak 2019-12-19 13:16:12 +11:00
  • d91a53bbff Fix italics emphasis in contributing guide Josh Peak 2019-12-19 13:15:19 +11:00
  • 88092eb3cd Update contributing guide to explain non-code contributions Josh Peak 2019-12-19 13:14:17 +11:00
  • 4fcc5472bc Update changelog.rst Josh Peak 2019-12-14 20:37:01 +11:00
  • 8245bd4f84 v3.0.0 RC (#498) v3.0.0 Josh Peak 2019-12-14 19:49:50 +11:00
  • 531685d50b DOC(FIX): fixed variable name (a -> cass) in an example for rewind (#492) Yaroslav Halchenko 2019-12-12 23:16:42 -05:00
  • 9ec19dd966 aiohttp: fix multiple requests being replayed per request and add support for request_info on mocked responses (#495) Nick DiRienzo 2019-12-12 20:01:17 -08:00
  • ffd2142d86 Patch release 2.1.1 (#490) v2.1.1 Josh Peak 2019-11-03 21:35:39 +11:00
  • 8e78666b8a Fix header matcher for boto3 (fixes #474) (#488) Simone Orsi 2019-11-03 11:00:33 +01:00
  • d843d2a6c1 Fix yarl version requirements (#489) Josh Peak 2019-11-03 18:15:08 +11:00
  • 0d623aead5 Merge pull request #483 from Stranger6667/alternative-pytest-plugin Arthur Hamon 2019-10-01 14:48:03 +02:00
  • f263c60d78 Add pytest-recording to the documentation as an alternative Pytest plugin dmitry.dygalo 2019-10-01 11:22:28 +02:00
  • 2eba71092d Merge pull request #484 from sdvicorp/keith/changelog_empty_post Arthur Hamon 2019-10-01 09:00:39 +02:00
  • dd277d7a30 Update changelog for empty body fix Keith Prickett 2019-10-01 06:24:17 +00:00
  • dc9fbef3f0 Merge pull request #423 from sdvicorp/keith/fix_empty_post Arthur Hamon 2019-09-22 10:08:23 +02:00
  • f31be550bd Rebase on master Keith Prickett 2019-09-17 23:28:49 +00:00
  • baadf913ef Update changelog.rst (#480) Josh Peak 2019-08-29 05:00:16 +10:00
  • 1eec0f657d Clarify documentation of custom request matchers (#479) Greg Ward 2019-08-28 14:53:48 -04:00
  • c5c120e91b Add travis testing support for python 3.8 (#477) Josh Peak 2019-08-25 20:50:48 +10:00
  • 7caf29735a Format project with black (#467) Josh Peak 2019-08-24 11:36:35 +10:00
  • 75969de601 Use generic pypy3 for latest version (#473) Hugo van Kemenade 2019-08-24 02:59:36 +03:00
  • 78e21aa220 Increment version to v2.1.0 and add Python2.x deprecation warning (#458) v2.1.0 Josh Peak 2019-08-08 18:00:41 +10:00
  • 1b565d3f88 Feat/2.1.0 release changelog documentation (#466) Arthur Hamon 2019-08-08 08:37:55 +02:00
  • cc752cf790 Collect and aggregate code coverage across all test environments (#460) Josh Peak 2019-08-06 16:41:42 +10:00
  • caa3a67bde feat(failure-message): reformat the message with the best requests matches (#459) Arthur Hamon 2019-08-06 01:57:13 +02:00
  • e3b7116564 aiohttp headers are case insensitive (#461) Laurent Mazuel 2019-07-30 16:17:54 -07:00
  • 9d37210fc8 Merge pull request #451 from neozenith/master Arthur Hamon 2019-07-25 08:11:01 +02:00
  • 857488ee3a Add pytest-cov to check coverage of tox installed library Josh Peak 2019-07-25 11:26:49 +10:00
  • 9fb8a7b0ba Add guard statement for empty Cassette when returning best match Josh Peak 2019-07-02 16:12:52 +10:00
  • 77581437f7 fix IndexError when empty cassette throws CannotOverwriteCassetteException Josh Peak 2019-07-02 13:53:36 +10:00
  • 759423a75a Merge pull request #457 from stj/fix-log-formatting Arthur Hamon 2019-07-17 18:05:38 +02:00
  • 988ac335d4 Fix log format bug Stefan Tjarks 2019-07-16 07:42:37 -07:00
  • 200262fb5c Merge pull request #411 from jans-forks/fix/382-boto3 Arthur Hamon 2019-07-15 19:38:56 +02:00
  • 8c54ae9826 Merge pull request #456 from kevin1024/fix-aiohttp-stub-to-record-redirects Arthur Hamon 2019-07-13 19:18:12 +02:00
  • 2d96d35621 delete test_boto3_without_vcr test as it does not test vcr module Arthur Hamon 2019-07-13 13:08:49 +02:00
  • 6ca7cf3cc6 refactor boto3 integration test using fixtures instead of global variables Arthur Hamon 2019-07-13 13:08:03 +02:00
  • 5e76e4733d fix real connection on boto3 stub, adding not set parameters manually Arthur Hamon 2019-07-07 20:15:09 +02:00
  • 14d1454bbf test with latest urllib3 Arthur Hamon 2019-07-05 23:27:13 +02:00
  • 4daafcc687 Rename testing user Jan Gazda 2019-07-01 08:38:08 +02:00
  • 347026f42c Fix #382 - boto3 compatibility Jan Gazda 2019-05-13 11:33:19 +02:00
  • 8297d65038 Merge pull request #455 from browniebroke/patch-1 Arthur Hamon 2019-07-11 13:08:54 +02:00
  • 792c5c4558 Record intermediary redirect responses on aiohttp stub Luiz Menezes 2019-07-09 18:39:36 -03:00
  • 2fa2ca2072 Revert "Remove yarl from extra dependencies: should be there if needed via aiohttp" Bruno Alla 2019-07-08 14:39:21 +01:00
  • 26a4b8df55 Remove yarl from extra dependencies: should be there if needed via aiohttp Bruno Alla 2019-07-08 14:12:05 +01:00
  • 41e174ccb6 Fix Python version for extra requirement YARL Bruno Alla 2019-07-08 13:29:04 +01:00
  • a17624a464 Record json kwarg in aiohttp request (#412) Stefan T 2019-07-04 17:57:39 -07:00
  • bbab27ed1b Use primitive types when recording cassettes using aiohttp stub (#454) Luiz Menezes 2019-07-04 21:52:08 -03:00
  • b92be4e9e5 Merge pull request #386 from valgur/unicode-match-on-body Arthur Hamon 2019-07-02 12:33:21 +02:00
  • c6e7cb12c6 Merge branch 'master' into unicode-match-on-body Martin Valgur 2019-07-01 22:09:57 +03:00
  • d07915ccf6 Merge pull request #408 from StasEvseev/feature/mock_client_json_empty_body Arthur Hamon 2019-07-01 20:38:34 +02:00
  • 7c14d81ab1 CHANGE: return None from json if body is empty Stanislav Evseev 2018-11-08 18:41:07 +01:00
  • d682e7b19a Fix all warnings (#449) Arthur Hamon 2019-07-01 09:45:01 +02:00
  • 2b9498e009 Merge pull request #437 from steinnes/minimal-aiohttp-streamreader-support Arthur Hamon 2019-07-01 07:16:54 +02:00
  • eb99a3e36f Merge pull request #442 from addgene/master Arthur Hamon 2019-06-30 22:54:21 +02:00