Merging upstream version 1.14.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bd96b2e60a
commit
e30705f8de
24 changed files with 55 additions and 96 deletions
|
@ -19,7 +19,7 @@ def test_log_location_config():
|
|||
|
||||
log = Path("/tmp/iredis1.log")
|
||||
assert log.exists()
|
||||
with open(log, "r") as logfile:
|
||||
with open(log) as logfile:
|
||||
content = logfile.read()
|
||||
|
||||
assert len(content) > 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue