-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more extensive api
x store
testing
#2447
base: main
Are you sure you want to change the base?
Conversation
this became a bit of a saga. S3 test fixturesI moved the s3 test fixture to the main
|
The remaining test falures are in the python 3.13 tests where |
The
api
module contains a lot of our user-facing code, but we are essentially only testing it againstLocalStore
andMemoryStore
. A better situation would be to test the functions inapi
against all the stores. That's what this PR adds. Note that there are many test failures. I will try to get them all fixed.This PR also contains a fix for #2444, but the central addition is the (currently failing) test for that scenario.
TODO: