head	1.18;
access;
symbols
	pkgsrc-2026Q3:1.18.0.4
	pkgsrc-2026Q3-base:1.18
	pkgsrc-2026Q2:1.18.0.2
	pkgsrc-2026Q2-base:1.18
	pkgsrc-2026Q1:1.17.0.4
	pkgsrc-2026Q1-base:1.17
	pkgsrc-2025Q4:1.17.0.2
	pkgsrc-2025Q4-base:1.17
	pkgsrc-2025Q3:1.16.0.8
	pkgsrc-2025Q3-base:1.16
	pkgsrc-2025Q2:1.16.0.6
	pkgsrc-2025Q2-base:1.16
	pkgsrc-2025Q1:1.16.0.4
	pkgsrc-2025Q1-base:1.16
	pkgsrc-2024Q4:1.16.0.2
	pkgsrc-2024Q4-base:1.16
	pkgsrc-2024Q3:1.12.0.2
	pkgsrc-2024Q3-base:1.12
	pkgsrc-2024Q2:1.11.0.4
	pkgsrc-2024Q2-base:1.11
	pkgsrc-2024Q1:1.11.0.2
	pkgsrc-2024Q1-base:1.11
	pkgsrc-2023Q4:1.8.0.2
	pkgsrc-2023Q4-base:1.8
	pkgsrc-2023Q3:1.6.0.2
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.3.0.2
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.2.0.2
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.1.0.2
	pkgsrc-2022Q4-base:1.1;
locks; strict;
comment	@# @;


1.18
date	2026.04.10.04.08.27;	author adam;	state Exp;
branches;
next	1.17;
commitid	uIerOAN9kDK0JmBG;

1.17
date	2025.12.03.11.28.10;	author adam;	state Exp;
branches;
next	1.16;
commitid	AtwWN0qM2DgZgXkG;

1.16
date	2024.11.28.19.52.45;	author adam;	state Exp;
branches;
next	1.15;
commitid	a6YqadhsYfAtXrzF;

1.15
date	2024.11.24.09.27.49;	author adam;	state Exp;
branches;
next	1.14;
commitid	wBYN94SiJcV2DSyF;

1.14
date	2024.11.03.12.16.21;	author adam;	state Exp;
branches;
next	1.13;
commitid	d5mO5z5dDeMHecwF;

1.13
date	2024.10.09.20.14.17;	author adam;	state Exp;
branches;
next	1.12;
commitid	vjL1hXAghS6uG1tF;

1.12
date	2024.09.23.08.12.12;	author adam;	state Exp;
branches;
next	1.11;
commitid	lVbL749U1m6CcUqF;

1.11
date	2024.02.21.19.21.53;	author adam;	state Exp;
branches;
next	1.10;
commitid	gbhac4AmImsROkZE;

1.10
date	2024.01.30.20.47.36;	author adam;	state Exp;
branches;
next	1.9;
commitid	kJ4gv7UI7Po70wWE;

1.9
date	2024.01.01.11.47.34;	author adam;	state Exp;
branches;
next	1.8;
commitid	5FP2yElYRaaHWJSE;

1.8
date	2023.11.16.09.39.59;	author adam;	state Exp;
branches;
next	1.7;
commitid	Q539fUc7nN5zIOME;

1.7
date	2023.09.27.15.14.30;	author adam;	state Exp;
branches;
next	1.6;
commitid	B4StPL5tHH2YaqGE;

1.6
date	2023.09.14.09.28.21;	author adam;	state Exp;
branches;
next	1.5;
commitid	c29Bn06Lwmp7GIEE;

1.5
date	2023.09.06.20.05.12;	author adam;	state Exp;
branches;
next	1.4;
commitid	g4SqkJnzGVgtsKDE;

1.4
date	2023.08.04.05.10.22;	author adam;	state Exp;
branches;
next	1.3;
commitid	n7JrCtCw9JsbzqzE;

1.3
date	2023.04.17.09.59.50;	author adam;	state Exp;
branches;
next	1.2;
commitid	tGqz9e3Md99VFrlE;

1.2
date	2023.01.20.12.37.03;	author adam;	state Exp;
branches;
next	1.1;
commitid	bpoZ9PT0CRmelhaE;

1.1
date	2022.11.15.12.17.08;	author adam;	state Exp;
branches;
next	;
commitid	cPp4ZjB26J0WlN1E;


desc
@@


1.18
log
@py-test-httpx: updated to 0.36.2

0.36.2
Fixed
- Document how to ignore query parameters while matching on URL.
@
text
@$NetBSD: distinfo,v 1.17 2025/12/03 11:28:10 adam Exp $

BLAKE2s (pytest_httpx-0.36.2.tar.gz) = 4b09e9dbcc2292f030c36071d9a23cbbfeaecacbcd0719210fbbe2ef4a180daa
SHA512 (pytest_httpx-0.36.2.tar.gz) = 545d0a7052d4ff01d5464d31fdefce903124ba383db814b170a1e6cb02b26450f01de2d9fa66b997315b66d33ce41f6ead5365c20c98141fd49f7430156713af
Size (pytest_httpx-0.36.2.tar.gz) = 57683 bytes
@


1.17
log
@py-test-httpx: updated to 0.36.0

0.36.0

Changed
- `pytest` required version is now `9`.

Added
- Explicit support for python `3.14`.
- `match_params` parameter is now available on responses and callbacks registration, as well as request(s) retrieval. Allowing to provide query parameters as a dict instead of being part of the matched URL.
  - This parameter allows to perform partial query params matching ([refer to documentation](README.md#matching-on-query-parameters) for more information).

Fixed
- URL with more than one value for the same parameter were not matched properly (matching was performed on the first value).
- `httpx_mock.add_exception` is now properly documented (accepts `BaseException` instead of `Exception`).

Removed
- `pytest` `8` is not supported anymore.
- python `3.9` is not supported anymore.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.16 2024/11/28 19:52:45 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.36.0.tar.gz) = 61638051d25eafb4171d95bf1dcc84c363acb7c0cfd5380a5daf754e5474bd24
SHA512 (pytest_httpx-0.36.0.tar.gz) = 2e8aefa3483a6edcbae001f65881b4720b5a422e10da73a798fa10fbbe164ae4279eef68d5210178e41a907096a9a85400bc3527a967f1dcc813e62769170ec7
Size (pytest_httpx-0.36.0.tar.gz) = 56793 bytes
@


1.16
log
@py-test-httpx: updated to 0.35.0

0.35.0

Requires httpx==0.28.\*
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.15 2024/11/24 09:27:49 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.35.0.tar.gz) = 22b771f5e0ae066b806d09936de17930102edc60b7e4f44b94d050f82849f502
SHA512 (pytest_httpx-0.35.0.tar.gz) = 70ecfc7778aa4eb617e4685851dacec563e507d5f2aa571cd5acae7ac9f1667d7c67ce40144fa5e2649993c0e0aaa11650ea32f2dfe74652ecb115291a4c77ff
Size (pytest_httpx-0.35.0.tar.gz) = 54146 bytes
@


1.15
log
@py-test-httpx: updated to 0.34.0

0.34.0

Added
- `is_optional` parameter is now available on responses and callbacks registration. Allowing to add optional responses while keeping other responses as mandatory. Refer to documentation for more details.
- `is_reusable` parameter is now available on responses and callbacks registration. Allowing to add multi-match responses while keeping other responses as single-match. Refer to documentation for more details.

Fixed
- `httpx_mock.get_request` will now also propose to refine filters if more than one request is found instead of only proposing to switch to `httpx_mock.get_requests`.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.14 2024/11/03 12:16:21 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.34.0.tar.gz) = 90a7aa9a1ffde3a6b36ef34d791fc9e619020ef2b415e7bbe13a11e3be5b84d7
SHA512 (pytest_httpx-0.34.0.tar.gz) = 49ca01ddd16fb68213ec2178111c65fb3f47be6416b67ebe356a47f658140ee42e275e07e377c6740956d895a4b1a719c2cf12ad9cbabc339b20cca94b892ef0
Size (pytest_httpx-0.34.0.tar.gz) = 54108 bytes
@


1.14
log
@py-test-httpx: updated to 0.33.0

0.33.0

Added
- Explicit support for python `3.13`.
- `should_mock` option (callable returning a boolean) is now available, defaulting to always returning `True`. Refer to documentation for more details.
- Matching on the full multipart body can now be performed using `match_files` and `match_data` parameters. Refer to documentation for more details.
- Matching on extensions (including timeout) can now be performed using `match_extensions` parameter. Refer to documentation for more details.

Removed
- `non_mocked_hosts` option is not available anymore. Use `should_mock` instead as in the following sample:
  ```python
  import pytest

  @@pytest.mark.httpx_mock(non_mocked_hosts=["my_local_test_host"])
  def test_previous_behavior(httpx_mock):
      ...

  @@pytest.mark.httpx_mock(should_mock=lambda request: request.url.host not in ["my_local_test_host"])
  def test_new_behavior(httpx_mock):
      ...
  ```
  Please note that your hosts might need to be prefixed with `www.` depending on your usage.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.13 2024/10/09 20:14:17 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.33.0.tar.gz) = 243251707daced4e00f84c5ac05b60acf38e21ee66a373206b87849186974979
SHA512 (pytest_httpx-0.33.0.tar.gz) = 96e3b5e0264f61644ed22fc809f35d0b2b255aa2ba75a5bf33d165c35276f2b731689b70cfbab5b5c901b1be4ff59c4b21704f8b15453582a6095611380830c8
Size (pytest_httpx-0.33.0.tar.gz) = 51708 bytes
@


1.13
log
@py-test-httpx: updated to 0.32.0

0.32.0

Added
- The following option is now available:
  - `can_send_already_matched_responses` (boolean), defaulting to `False`.
- Assertion failure message in case of unmatched responses is now linking documentation on how to deactivate the check.
- Assertion failure message in case of unmatched requests is now linking documentation on how to deactivate the check.
- `httpx.TimeoutException` message issued in case of unmatched request is now linking documentation on how to reuse responses (in case some responses are already matched).

Fixed
- Documentation now clearly state the risks associated with changing the default options.
- Assertion failure message in case of unmatched requests at teardown is now describing requests in a more user-friendly way.
- Assertion failure message in case of unmatched requests at teardown is now prefixing requests with `- ` to highlight the fact that this is a list, preventing misapprehension in case only one element exists.
- Assertion failure message in case of unmatched responses at teardown is now prefixing responses with `- ` to highlight the fact that this is a list, preventing misapprehension in case only one element exists.
- `httpx.TimeoutException` message issued in case of unmatched request is now prefixing available responses with `- ` to highlight the fact that this is a list, preventing misapprehension in case only one element exists.
- `httpx.TimeoutException` message issued in case of unmatched request is now listing unmatched responses (in registration order) before already matched one (still in registration order).
  - The incentive behind this change is to help identify a potential mismatch faster as the first unmatched response is the most likely to be the one expected to match.
- Response description in failure messages (`httpx.TimeoutException` message issued in case of unmatched request or assertion failure message in case of unmatched responses at teardown) is now displaying if the response was already matched or not and less misleading in it's phrasing about what it can match (a single request by default).

Changed
- Last registered matching response will not be reused by default anymore in case all matching responses have already been sent.
  - This behavior can be changed thanks to the new `pytest.mark.httpx_mock(can_send_already_matched_responses=True)` option.
  - The incentive behind this change is to spot regression if a request was issued more than the expected number of times.
- `HTTPXMock` class was only exposed for type hinting purpose. This is now explained in the class docstring.
  - As a result this is the last time a change to `__init__` signature will be documented and considered a breaking change.
  - Future changes will not be documented and will be considered as internal refactoring not worth a version bump.
  - `__init__` now expects one parameter, the newly introduced (since [0.31.0]) options.
- `HTTPXMockOptions` class was never intended to be exposed and is now marked as private.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.12 2024/09/23 08:12:12 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.32.0.tar.gz) = 5d93f055500832881bc2f995740ab241c52d2f3b95bfef0f8487aa19915da0c6
SHA512 (pytest_httpx-0.32.0.tar.gz) = fed3b83e4b3162f1500f3a591650aca5a0c09a1a640c5718ae00d4a3e3e9df8b6a90ec4cc1a1e77b6d2be7de80dec8fe69d8fb601de164c7ad84322acc1eb7d0
Size (pytest_httpx-0.32.0.tar.gz) = 43824 bytes
@


1.12
log
@py-test-httpx: updated to 0.31.1

0.31.1
Fixed
- It is now possible to match on content provided as async iterable by the client.

0.31.0
Changed
- Tests will now fail at teardown by default if some requests were issued but were not matched.
 - This behavior can be changed thanks to the new ``pytest.mark.httpx_mock(assert_all_requests_were_expected=False)`` option.
- The `httpx_mock` fixture is now configured using a marker (many thanks to [`Frazer McLean`](https://github.com/RazerM)).
 ```python
 # Apply marker to whole module
 pytestmark = pytest.mark.httpx_mock(assert_all_responses_were_requested=False)

 # Or to specific tests
 @@pytest.mark.httpx_mock(non_mocked_hosts=[...])
 def test_foo(httpx_mock):
     ...
 ```
 - The following options are available:
   - `assert_all_responses_were_requested` (boolean), defaulting to `True`.
   - `assert_all_requests_were_expected` (boolean), defaulting to `True`.
   - `non_mocked_hosts` (iterable), defaulting to an empty list, meaning all hosts are mocked.
- `httpx_mock.reset` do not expect any parameter anymore and will only reset the mock state (no assertions will be performed).

Removed
- `pytest` `7` is not supported anymore (`pytest` `8` has been out for 9 months already).
- `assert_all_responses_were_requested` fixture is not available anymore, use `pytest.mark.httpx_mock(assert_all_responses_were_requested=False)` instead.
- `non_mocked_hosts` fixture is not available anymore, use `pytest.mark.httpx_mock(non_mocked_hosts=[])` instead.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.11 2024/02/21 19:21:53 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.31.1.tar.gz) = aaefd56f093f3e8459b15f94123345ca9c18a3fdef4f1642131bbec3b22c865a
SHA512 (pytest_httpx-0.31.1.tar.gz) = bd8a90bc3989a948a8420cd57a14cee7933b1207430286d8814c28c3f65238d6ea0abb43e9ed60fad06b40855d90438c62c57ba91c24590bcccd1698e0df1edf
Size (pytest_httpx-0.31.1.tar.gz) = 38816 bytes
@


1.11
log
@py-test-httpx: updated to 0.30.0

0.30.0

Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.27.\*

Fixed
- Switch from `setup.py` to `pyproject.toml`
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.10 2024/01/30 20:47:36 adam Exp $
d3 3
a5 3
BLAKE2s (pytest-httpx-0.30.0.tar.gz) = 484d3ec1c997f9ec42a410586898e6bd15de0ff862d7bc60b02c7bceb3f0a76b
SHA512 (pytest-httpx-0.30.0.tar.gz) = 6aadb544bda5003156bf9c0fa309a166636dc87aea033d9a48ee10e1e8b77e6cb52350930e97cab89cff7c10111d5e26d1d74cd33f0a6c54e34c3fb7ef72ea05
Size (pytest-httpx-0.30.0.tar.gz) = 36959 bytes
@


1.10
log
@py-test-httpx: updated to 0.29.0

0.29.0
- Add support for [`pytest`](https://docs.pytest.org)==8.\* ([`pytest`](https://docs.pytest.org)==7.\* is still supported for now).
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.9 2024/01/01 11:47:34 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.29.0.tar.gz) = 1429f020488c787174b7d8f15956a7639325c2d3da85dda8617fd72a02583a25
SHA512 (pytest_httpx-0.29.0.tar.gz) = ada6f5f419de3fbe835a5ce9fba9e5d368cbb01d1826d61cd4bb5a7f2941030d40afa17e582eca20743a546bf98699ecc2d8a0c640efa69b390dc32f2349bb13
Size (pytest_httpx-0.29.0.tar.gz) = 34103 bytes
@


1.9
log
@py-test-httpx: updated to 0.28.0

0.28.0
Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.26.\*
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.8 2023/11/16 09:39:59 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.28.0.tar.gz) = 37f5962932f86b3c6cefae8edf5c8675e78039286c3cc6b589b89f1d6025695f
SHA512 (pytest_httpx-0.28.0.tar.gz) = 5dae77c04e1d801ba63a487d91e2d80a94e0626673749453ce0d273bbe876967d73789dc7811f1e96ad7366de2a00a5cee1a512398693b41e7cbc2424cb0c44f
Size (pytest_httpx-0.28.0.tar.gz) = 34065 bytes
@


1.8
log
@py-test-httpx: updated to 0.27.0

0.27.0

Added
- Explicit support for python `3.12`.

Fixed
- Custom HTTP transport are now handled (parent call to `handle_async_request` or `handle_request`).

Changed
- Only HTTP transport are now mocked, this should not have any impact, however if it does, please feel free to open an issue describing your use case.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.7 2023/09/27 15:14:30 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.27.0.tar.gz) = f594b87a6b4882546a0364faff32a9df9d179848815a27ea4848d0f3e077a33a
SHA512 (pytest_httpx-0.27.0.tar.gz) = e2834313f507d02b9df96a47f8be6f46b451972e88ed9c9bfcb8bdb92545cc44064b11a1160a5d9d900381181918611d5d5a9efaf60f4e491f33182e9bd884dd
Size (pytest_httpx-0.27.0.tar.gz) = 33905 bytes
@


1.7
log
@py-test-httpx: updated to 0.26.0

0.26.0
Added
- Added `proxy_url` parameter which allows matching on proxy URL.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.6 2023/09/14 09:28:21 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.26.0.tar.gz) = f5d1b3b1a01b0336664556be258f71e2dd1d59d36e556ad14bfc92b294d5341b
SHA512 (pytest_httpx-0.26.0.tar.gz) = b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853
Size (pytest_httpx-0.26.0.tar.gz) = 33490 bytes
@


1.6
log
@py-test-httpx: updated to 0.25.0

0.25.0

Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.25.\*

Removed
- `pytest` `6` is no longer supported.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.5 2023/09/06 20:05:12 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.25.0.tar.gz) = c2d938da5920929621a22b6a351ca247843f1f7f5a11f42ccbf59604438b6d69
SHA512 (pytest_httpx-0.25.0.tar.gz) = a2513b5d75f281fae12e8e06151eaa52e35defa67aeca1f5ea146ecf3735897c0d440d11af8dbfb31a2be8ff9ea5d86962060c78b8d3ea1d83c0c870611a2a5f
Size (pytest_httpx-0.25.0.tar.gz) = 31681 bytes
@


1.5
log
@py-test-httpx: updated to 0.24.0

0.24.0

Added
- Added `match_json` parameter which allows matching on JSON decoded body (matching against python representation instead of bytes).

Changed
- Even if it was never documented as a feature, the `match_headers` parameter was not considering header names case when matching.
  - As this might have been considered a feature by some users, the fact that `match_headers` will now respect casing is documented as a breaking change.

Fixed
- Matching on headers does not ignore name case anymore, the name must now be cased as sent (as some servers might expect a specific case).
- Error message in case a request does not match will now include request headers with mismatching name case as well.
- Error message in case a request does not match will now include request headers when not provided as lower-cased to `match_headers`.
- Add `:Any` type hint to `**matchers` function arguments to satisfy strict type checking mode in [`pyright`](https://microsoft.github.io/pyright/#/).
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.4 2023/08/04 05:10:22 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.24.0.tar.gz) = ee73df2092857304e0e397bbd65b99c3ab1e32c74d430881941baba402f31643
SHA512 (pytest_httpx-0.24.0.tar.gz) = b84b7fa80bcc80c8e1ef7324bd3e559d020b993bafa8835ea40bd33d6fc97208e391d86807ee2c7959eda01f615e1001876f346e67fb9dc645ad00a1feea9e64
Size (pytest_httpx-0.24.0.tar.gz) = 31665 bytes
@


1.4
log
@py-test-httpx: updated to 0.23.1

0.23.1
Fixed
- Version `0.23.0` introduced a regression removing the support for mutating json content provided in `httpx_mock.add_response`.
 - This is fixed, you can now expect the JSON return being as it was when provided to `httpx_mock.add_response`:
```python
   mutating_json = {"content": "request 1"}
   # This will return {"content": "request 1"}
   httpx_mock.add_response(json=mutating_json)

   mutating_json["content"] = "request 2"
   # This will return {"content": "request 2"}
   httpx_mock.add_response(json=mutating_json)
```

0.23.0
Removed
- Python `3.7` and `3.8` are no longer supported.

Fixed
- `httpx_mock.add_response` is now returning a new `httpx.Response` instance upon each matching request. Preventing unnecessary recursion in streams.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.3 2023/04/17 09:59:50 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.23.1.tar.gz) = bb64fc132a9cd9242d58b9e4d8c55eef5068e4bd459ac91e827b30e50720886c
SHA512 (pytest_httpx-0.23.1.tar.gz) = 4490c716c341d782ebf02c29475b7618c0717bbaa736b0a0eefee8a7c8498d3474dd28d487469fe5806ba0018a07b538d2f583406f561c451de6f8a688d57901
Size (pytest_httpx-0.23.1.tar.gz) = 29462 bytes
@


1.3
log
@py-test-httpx: updated to 0.22.0

0.22.0
Requires httpx==0.24.*
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.2 2023/01/20 12:37:03 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.22.0.tar.gz) = c77c5de13790199379df23d2558ab165730414e7b3a84a0eafc739f6dca6df27
SHA512 (pytest_httpx-0.22.0.tar.gz) = 01348d60acdb78ff581a9f76beb8e75399f8f3f8017431761e60df221a60b92c62d0f855dab14401a3071409e6d9d87d1c15f719e6f51f9d7b32c01413df278e
Size (pytest_httpx-0.22.0.tar.gz) = 16713 bytes
@


1.2
log
@py-test-httpx: updated to 0.21.3

0.21.3

Fixed

Update version specifiers for pytest dependency to support packaging 23.
Add explicit support for python 3.11.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.1 2022/11/15 12:17:08 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.21.3.tar.gz) = 90eb60d409594fed28483c407a038ba21ed62e065594b7076df40e3efe884308
SHA512 (pytest_httpx-0.21.3.tar.gz) = 1c7ee611c0b9422b8588babd03d954049c7063e3967df75e7fcf09a4ca240bf9fadf8cf7b7e2969dc19c8d91bba491fd4e6699ab04e83ac66cc03f1f8d3803bf
Size (pytest_httpx-0.21.3.tar.gz) = 16714 bytes
@


1.1
log
@py-test-httpx: added version 0.21.2

Send responses to HTTPX using pytest.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.23 2022/05/24 12:31:21 adam Exp $
d3 3
a5 3
BLAKE2s (pytest_httpx-0.21.2.tar.gz) = a9f4bdbb8bc2c5bc7681cabcc2ac995df7d6a7a2a9c84678daaf05cd96552bfe
SHA512 (pytest_httpx-0.21.2.tar.gz) = d90cba6a3dc52e5634e8ecdd881f489d5d286e858e8ab7d9b630d5668d98f834cc2819799cacb3feadf221b554061f008ce988a0cbfd30049a4dc4af3368a7cc
Size (pytest_httpx-0.21.2.tar.gz) = 16710 bytes
@

