MCPcopy
hub / github.com/redis/redis-py / teardown

Method teardown

tests/test_credentials.py:253–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 new_password = "new_password"
252
253 def teardown():
254 r.acl_deluser(new_username)
255
256 request.addfinalizer(teardown)
257

Callers

nothing calls this directly

Calls 1

acl_deluserMethod · 0.80

Tested by

no test coverage detected