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%
Build a pytest test configuration system that manages multiple isolated Redis instances with different configurations for testing a cache manager module.
You are testing a cache manager that needs to work with different Redis configurations for different environments. Each environment should run on its own Redis instance to ensure complete test isolation.
Create custom fixture configurations for two independent Redis test environments:
Write tests in test/cache_manager.test.py that verify:
Configure fixtures in conftest.py to be available to all tests.
Provides Redis fixtures and fixture factories for Pytest.
@generates