Redis fixtures and fixture factories for Pytest.
Overall
score
95%
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
Install with Tessl CLI
npx tessl i tessl/pypi-pytest-redisdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10