1
0
Fork 0

Adding upstream version 1.13.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:18:44 +01:00
parent beebd280da
commit 9e8d2d0c6a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 291 additions and 327 deletions

View file

@ -28,7 +28,6 @@ from iredis.utils import DSN
def test_command_entry_tty(is_tty, raw_arg_is_raw, final_config_is_raw, config):
# is tty + raw -> raw
with patch("sys.stdout.isatty") as patch_tty:
patch_tty.return_value = is_tty
if raw_arg_is_raw is None:
call = ["iredis"]