1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Commit Graph

  • defad28771 Disable C extension in aiohttp to fix Python 3.12 install Michał Górny 2023-08-03 13:00:12 +02:00
  • 69621c67fb Copy debuglevel and _http_vsn attrs into response classes Michał Górny 2023-08-03 06:51:45 +02:00
  • 469a10b980 Enable testing on pypy-3.9 & 3.10 Michał Górny 2023-08-02 20:36:35 +02:00
  • d90cea0260 Enable testing on Python 3.12 Michał Górny 2023-08-02 20:36:05 +02:00
  • c9da7a102f Configure Read the Docs to install the library Harmon 2023-08-07 01:01:11 -05:00
  • f4144359f6 Fix ResourceWarning unclosed socket Mohammad Razavi 2023-08-07 08:42:58 +02:00
  • 69de388649 Drop simplejson support Jair Henrique 2023-07-31 17:00:36 -03:00
  • 6446d00e27 Drop boto 2 support Jair Henrique 2023-06-27 18:20:11 -03:00
  • d6bded1820 bump version to v5.1.0 v5.1.0 Kevin McCarthy 2023-07-30 17:11:01 -10:00
  • e7c00a4bf9 Merge pull request #739 from kevin1024/issue-734-fix-body-matcher-for-chunked-requests Sebastian Pipping 2023-07-23 23:22:34 +02:00
  • 92dd4d00f7 build(deps): update sphinx requirement from <7 to <8 dependabot[bot] 2023-07-23 21:10:48 +00:00
  • cf3ffcad61 Create action to validate docs Jair Henrique 2023-07-20 17:55:18 -03:00
  • 3ad462e766 Drop dependabot duplicity check Jair Henrique 2023-07-20 17:37:09 -03:00
  • cdab3fcb30 Drop iscoroutinefunction fallback function for unsupported python Jair Henrique 2023-07-23 12:12:44 -03:00
  • d3a5f4dd6c Add editorconfig file Jair Henrique 2023-07-20 17:58:31 -03:00
  • 75c8607fd2 Fix read the docs build Jair Henrique 2023-07-20 13:17:15 -03:00
  • 8c075c7fb3 Configure read the docs V2 Jair Henrique 2023-06-28 10:03:38 -03:00
  • a045a46bb4 Merge pull request #740 from kevin1024/issue-512-fix-query-param-filter-for-aiohttp Sebastian Pipping 2023-07-19 15:37:54 +02:00
  • 1d979b078d Merge pull request #743 from charettes/remove-six Sebastian Pipping 2023-07-18 23:11:31 +02:00
  • f7d76bd40a Remove unnecessary dependency on six. Simon Charette 2023-07-15 13:15:20 -04:00
  • 7e11cfc9e4 Merge pull request #738 from kevin1024/json-loads-py36-plus Sebastian Pipping 2023-07-11 17:30:39 +02:00
  • c95b7264a2 Merge pull request #735 from quasimik/patch-1 Sebastian Pipping 2023-07-10 18:52:30 +02:00
  • 8ab8e63e04 test_filter.py: Make test_filter_querystring meaner Sebastian Pipping 2023-07-10 16:18:17 +02:00
  • d2c1da9ab7 test_aiohttp.py: Cover filter_query_parameters with aiohttp Sebastian Pipping 2023-07-10 15:49:09 +02:00
  • 8336d66976 aiohttp_stubs.py: Stop leaking unfiltered URL into cassette responses Sebastian Pipping 2023-07-10 16:04:27 +02:00
  • e69b10c2e0 test_matchers.py: Briefly cover chunked transfer encoding Sebastian Pipping 2023-07-08 01:20:13 +02:00
  • a6b9a070a5 matchers.py: Decode chunked request bodies Sebastian Pipping 2023-07-06 21:51:44 +02:00
  • e35205c5c8 matchers.py: Support transforming the request body multiple times Sebastian Pipping 2023-07-08 01:06:17 +02:00
  • 05f61ea56c Make json.loads of Python >=3.6 decode bytes by itself Sebastian Pipping 2023-07-07 19:49:18 +02:00
  • 943cabb14f docs/advanced.rst: fix typo Michael Liu 2023-07-04 16:45:49 +08:00
  • 4f70152e7c Enable rule B (flake8-bugbear) on ruff Jair Henrique 2023-06-27 09:12:40 -03:00
  • 016a394f2c Enable E, W and F linters for ruff Jair Henrique 2023-06-26 17:07:59 -03:00
  • 6b2fc182c3 Improve string format Jair Henrique 2023-06-26 15:57:17 -03:00
  • a77173c002 Use ruff as linter Jair Henrique 2023-06-26 14:43:45 -03:00
  • 34d5384318 bump version to v5.0.0 v5.0.0 Kevin McCarthy 2023-06-26 12:45:40 -05:00
  • ad1010d0f8 Merge pull request #695 from kevin1024/drop37 Sebastian Pipping 2023-06-26 18:32:42 +02:00
  • d99593bcd3 Split persister errors into CassetteNotFoundError and CassetteDecodeError (#681) Amos Ng 2023-06-26 23:27:35 +07:00
  • 8c03c37df4 Merge pull request #725 from kevin1024/make-assert-is-json-less-misleading Sebastian Pipping 2023-06-26 17:43:28 +02:00
  • b827cbe2da Drop support to python 3.7 Jair Henrique 2023-05-10 18:21:29 -03:00
  • 92ca5a102c fix misspelled word Kevin McCarthy 2023-06-26 09:22:16 -05:00
  • d2281ab646 version bump to v4.4.0 v4.4.0 Kevin McCarthy 2023-06-26 09:17:41 -05:00
  • f21c8f0224 assertions.py: Fix mis-leading assert_is_json Sebastian Pipping 2023-06-24 15:58:19 +02:00
  • 8b97fd6551 Merge pull request #644 from neliseiska/replace_assert_with_raise Sebastian Pipping 2023-06-22 22:29:13 +02:00
  • 29e42211d7 Merge pull request #722 from kevin1024/run-online-tests-only-once Sebastian Pipping 2023-06-22 15:46:04 +02:00
  • 6e511b67fd Merge pull request #723 from kevin1024/issue-719-compression-urllib3-v2 Sebastian Pipping 2023-06-22 15:45:10 +02:00
  • 9b6cb1ce23 Merge pull request #721 from kevin1024/issue-714-response-raw-stream-urllib3-v2 Sebastian Pipping 2023-06-22 15:44:29 +02:00
  • 6a12bd1511 test_requests.py: Cover response.raw.stream() Sebastian Pipping 2023-06-20 23:43:48 +02:00
  • 3411bedc06 Make response.raw.stream() work for urllib3 v2 Sebastian Pipping 2023-06-20 23:49:57 +02:00
  • 438a65426b filters.py: Make decompression robust towards decompressed input Sebastian Pipping 2023-06-21 02:19:58 +02:00
  • 8c6b1fdf38 test_requests.py: Extend coverage of gzip response Sebastian Pipping 2023-06-21 00:16:07 +02:00
  • 15e9f1868c main.yml: Run online tests only once Sebastian Pipping 2023-06-21 00:30:10 +02:00
  • 7eb235cd9c Merge pull request #720 from kevin1024/use-python3-command Sebastian Pipping 2023-06-19 15:07:23 +02:00
  • d2f2731481 Replace command "pip" with "pip3" Sebastian Pipping 2023-06-18 23:08:17 +02:00
  • b2a895cb89 Replace command "python" by "python3" Sebastian Pipping 2023-06-18 23:07:04 +02:00
  • ffb2f44236 Merge pull request #718 from kevin1024/enforce-online-marker-completeness Sebastian Pipping 2023-06-18 23:03:48 +02:00
  • d66392a3fb main.yml: Enforce that use of @pytest.mark.online remains complete Sebastian Pipping 2023-06-18 16:59:13 +02:00
  • b9cab239a7 runtests.sh: Fix variable quoting + add exec Sebastian Pipping 2023-06-18 17:36:54 +02:00
  • 276a41d9b6 Merge pull request #674 from jspricke/pytest.mark.online Sebastian Pipping 2023-06-18 17:34:16 +02:00
  • 7007e944ae pytest.mark.online tests that need internet Jochen Sprickerhof 2022-12-16 18:55:56 +01:00
  • bd112a2385 docs/usage.rst: Fix assertions Sebastian Pipping 2023-06-16 14:04:42 +02:00
  • 42848285a0 docs/usage.rst: Fix urllib import Sebastian Pipping 2023-06-16 14:03:45 +02:00
  • e3aae34ef7 Merge pull request #713 from mghantous/mg/read1 Sebastian Pipping 2023-06-12 13:08:00 +02:00
  • f4316d2dae Merge pull request #712 from kevin1024/integrate-vcrpy-unittest Sebastian Pipping 2023-06-08 18:09:22 +02:00
  • d613a814d3 vcr/unittest: Simplify file layout Sebastian Pipping 2023-06-02 19:48:31 +02:00
  • ce234e503f docs/usage.rst: Drop needless self-reference Sebastian Pipping 2023-06-02 19:26:38 +02:00
  • 3527d25ce8 vcr/unittest: Simplify super(C, self) in class C to super() Sebastian Pipping 2023-06-02 19:23:14 +02:00
  • dedb7ec403 Resolve needless inheritence from object (Python 3) Sebastian Pipping 2023-06-02 19:21:36 +02:00
  • 59263d6025 vcr/unittest: Resolve needless inheritence from object Sebastian Pipping 2023-06-02 19:21:09 +02:00
  • 2842cabec6 vcr/unittest: Remove unused logger Sebastian Pipping 2023-06-02 17:31:06 +02:00
  • ad650a7ee1 vcr/unittest: Apply black formatting Sebastian Pipping 2023-06-02 17:10:23 +02:00
  • 9232915885 docs/usage.rst: Break up a long line Sebastian Pipping 2023-06-02 17:00:37 +02:00
  • cbb540029f docs/usage.rst: Adapt documentation to new code location Sebastian Pipping 2023-06-02 16:50:28 +02:00
  • bf30d9a5e5 vcr/unittest: Fix test test_get_vcr_with_matcher Sebastian Pipping 2023-06-02 16:57:06 +02:00
  • f06f71ece4 vcr/unittest: Stop disguising MagicMock as Mock Sebastian Pipping 2023-06-02 16:54:40 +02:00
  • 1070d417b3 vcr/unittest: Apply 2to3 Sebastian Pipping 2023-06-02 16:40:01 +02:00
  • 46726a9a61 vcr/unittest: Fix import of VCRTestCase in tests Sebastian Pipping 2023-06-02 16:38:21 +02:00
  • 87db8e69ff vcr/unittest: Use unitest.mock rather than mock of PyPI Sebastian Pipping 2023-06-02 16:37:46 +02:00
  • 52701ebca4 vcr/unittest: Make import to vcrpy relative Sebastian Pipping 2023-06-02 16:37:17 +02:00
  • 69679dc3fc vcr/unittest: Drop forward imports Sebastian Pipping 2023-06-02 16:34:40 +02:00
  • c13f33b1e0 Add unmodified vcrpy-unittest code Sebastian Pipping 2023-06-02 16:25:42 +02:00
  • 5476dd010c Casting to BufferedReader no longer needed in test Matt Ghantous 2023-06-05 23:47:47 -04:00
  • 0add77d5ae Add read1 method to VCRHTTPResponse Matt Ghantous 2023-06-05 23:20:52 -04:00
  • 96a6e91def Codespell: action + config (#704) Yaroslav Halchenko 2023-06-05 10:56:55 -04:00
  • 3b41f0ede3 Fix for #174 to prevent filters from corrupting request Abram Clark 2023-05-18 19:38:32 +00:00
  • 0e06836908 bump version to v4.3.1 v4.3.1 Kevin McCarthy 2023-05-26 11:00:00 -05:00
  • 69db5c936f Limit support for urllib3 >=2 to Python >=3.10 for now Sebastian Pipping 2023-05-25 11:59:39 +02:00
  • 7c402ae4b0 test_vcr.py: Clarify that test_vcr_before_record_request_params is an offline test Sebastian Pipping 2023-05-16 23:04:51 +02:00
  • b5c0938d2e tox.ini: Cover both urllib3 v1 and v2 Sebastian Pipping 2023-05-16 22:31:57 +02:00
  • 3ad93fff42 tox.ini: Drop needless "boto3: urllib3" Sebastian Pipping 2023-05-16 22:30:54 +02:00
  • 89f2005250 Fix VCRHTTPResponse for requests.cookies.extract_cookies_to_jar Sebastian Pipping 2023-05-16 16:49:31 +02:00
  • 88c0039089 Make test "test_cookies" more mean and helpful Sebastian Pipping 2023-05-16 16:40:11 +02:00
  • 1b3a1235f2 Make VCRHTTPResponse interface satisfy urllib3.response.HTTPResponse Sebastian Pipping 2023-05-16 15:42:53 +02:00
  • fd1aaab3bf Respect urllib3.response.HTTPResponse.data Sebastian Pipping 2023-05-16 15:38:38 +02:00
  • 00da5ac5af Make test_headers robust with regard to order of headers Sebastian Pipping 2023-05-16 14:05:05 +02:00
  • ac20cd1dd3 Tolerate urllib3.response.HTTPResponse.msg being None Sebastian Pipping 2023-05-16 13:42:53 +02:00
  • 64d6811eda build(tox.ini): revert pinning urllib to <2 Sonny V 2023-05-12 20:42:46 +02:00
  • 51c99bb9df fix: use urllib3.connection where needed. Sonny V 2023-05-12 17:58:30 +02:00
  • 43484e7cff test_aiohttp.py: Make cookie tests use pytest-httpbin (#706) Sebastian Pipping 2023-05-26 01:16:20 +02:00
  • 199f9f07f8 Merge pull request #705 from kevin1024/fix-test-dependencies Sebastian Pipping 2023-05-25 20:29:37 +02:00
  • 13af8cae43 setup.py: Add missing test dependencies Sebastian Pipping 2023-05-25 16:40:42 +02:00