We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want my test to run only when the version of the module is greater than 2.2.0 (support Json and alias). How can I get the version?
For example, this test can pass only when the right version is running: https://github.com/StackExchange/StackExchange.Redis/blob/89812faf3fe19cda7ed085238b28adae58931dd1/tests/NRediSearch.Test/ClientTests/ClientTest.cs#L898
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want my test to run only when the version of the module is greater than 2.2.0 (support Json and alias).
How can I get the version?
For example, this test can pass only when the right version is running: https://github.com/StackExchange/StackExchange.Redis/blob/89812faf3fe19cda7ed085238b28adae58931dd1/tests/NRediSearch.Test/ClientTests/ClientTest.cs#L898
The text was updated successfully, but these errors were encountered: