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 that demonstrates Redis testing using Unix domain sockets. The suite should configure custom Redis fixtures to use Unix sockets and verify socket path validation behavior.
/tmp/redis directory, store key "test_key" with value "socket_works", and verify retrieval returns "socket_works" @test/tmp/short, perform SET operation with key "counter" and value "42", then GET "counter" and verify it returns "42" @test@generates
"""
Pytest configuration file with custom Redis fixtures using Unix sockets.
"""
# Custom fixtures for Unix socket-based Redis testing should be defined hereProvides Redis fixtures and fixture factories for pytest, including Unix socket support.
@satisfied-by