Adding upstream version 0.16.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
203fae4667
commit
54898c7244
14 changed files with 83 additions and 889 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue