Daniel Brotsky
Daniel Brotsky
Thanks @aboubacs! I was having the same issue returning 204 as a POST response. @tiangolo This worked as recently as 0.75.2 without a special response class. IIRC, we had this...
OK, so I looked into this a bit and the issue looks to be related to a recent change in Starlette (see [this discussion](https://github.com/encode/starlette/discussions/1635) for a repro without FastAPI in...
@auderer Can you provide a minimal test program that reproduces this issue? I can't reproduce it with `cli` example. Please be sure to provide the Win10 system details.
@auderer Since I haven't heard from you I'm going to close this issue. I will reopen it if you can provide a repro.
Hi @moritzheiber, I want to make sure that I understand your question. There are already some unit tests, both of the platform-independent functionality and the platform-specific functionality, built into the...
Ah! I get it! You want to _mock_ keyring for use in your own tests! That's a terrific enhancement request, so I'm reclassifying this issue. It should be easy to...
That's fine if you are only *reading* mocked objects, but presumably mocks can be *set* as well as *read* (otherwise it's not a complete mock). So the question is: how...
On the one hand, you are asking for a platform-independent mocking facility. On the other hand, you are saying you want it to give back the same platform-specific errors that...
OK, thanks for the pointer to [the Cryptex crate](https://docs.rs/cryptex/latest/cryptex/trait.KeyRing.html). That clarifies for me a lot of what you are asking about. Here's my take: 1. The Cryptex crate is designed...
Hi @moritzheiber, I believe #97 (design comments welcome there) rolls up all the functionality you're requesting here. I've proposed an alpha 2.0 release that provides this in #98 (code review...