summaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:15 +0000
commit74e70d5613813fb731614dbdb4c9f722263a9cd0 (patch)
treeefd3527249ffb15caf496a28d68fb792e988bd1b /tests/test_utils.py
parentReleasing debian version 0.15.9-1. (diff)
downloadgita-74e70d5613813fb731614dbdb4c9f722263a9cd0.tar.xz
gita-74e70d5613813fb731614dbdb4c9f722263a9cd0.zip
Merging upstream version 0.16.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 65096e9..7433532 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -176,4 +176,4 @@ def test_is_git(tmpdir):
with tmpdir.as_cwd():
subprocess.run('git init --bare .'.split())
assert utils.is_git(Path.cwd()) is False
- assert utils.is_git(Path.cwd(), is_bare=True) is True
+ assert utils.is_git(Path.cwd(), include_bare=True) is True