tessl install tessl/pypi-pytest-redis@3.1.0Redis fixtures and fixture factories for Pytest.
Agent Success
Agent success rate when using this tile
95%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.12x
Baseline
Agent success rate without this tile
85%
A test suite for a cache service that requires Redis with authentication enabled.
Build a testing infrastructure that creates a Redis instance with authentication configured. The test environment should use username and password authentication to ensure the cache service correctly handles authenticated Redis connections.
@generates
Create a test file named test_authenticated_redis.py that implements the test cases described above
Provides fixtures and fixture factories for testing code that depends on Redis, including support for authentication configuration.