Colin Bounouar

Results 27 issues of Colin Bounouar

Document differences between this module and [respx](https://lundberg.github.io/respx/)

documentation
good first issue

Hello, Just letting you know that your middleware is impacted by [this issue in Starlette](https://github.com/encode/starlette/issues/919). I did not investigate much but it seems that you could fix it without waiting...

A single /test endpoint may be available in more than one HTTP verb (amongst GET, POST, PUT, DELETE, PATCH most of the time). And the check may be related to...

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug

Add a section in documentation to explain how to use botocore with AWS Auth: As described in https://github.com/Colin-b/httpx_auth/issues/55#issuecomment-1257004539

documentation
good first issue

### Behaviour #### Steps to reproduce this issue Execute the action with only the ref tag type: ` tags: | type=ref ` #### Expected behaviour Depending on the event, it...

kind/enhancement

Right now only fixtures are available, making it impossible to change the overall behavior of the mock in between test cases. This is currently worked around by separating tests in...

enhancement

This will allow to replay #113 and have the side effect of letting users have responses in files instead of in python tests (especially useful in case of heavy amount...

enhancement