-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Server version check for tests #2544
Comments
I don't have much experience with Python, do you have any good ideas? |
My thoughts :
|
There is a solution for this in Line 73 in cb3aa19
|
LG @ndyakov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the redis-py library we use decorators like
@skip_if_server_version_lt("7.2.0")
to avoid running tests for incompatible server versions,
Can we come up with something for this library as well, then we can avoid worrying about the test server versions here everytime we want to build support for something?
The text was updated successfully, but these errors were encountered: