mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a603c6073e
commit
30db9f6461
1 changed files with 5 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ skip_darwin = pytest.mark.skipif(
|
||||||
reason='case conflicts between directories and files',
|
reason='case conflicts between directories and files',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_parents():
|
def test_parents():
|
||||||
assert set(parents('a')) == set()
|
assert set(parents('a')) == set()
|
||||||
assert set(parents('a/b')) == {'a'}
|
assert set(parents('a/b')) == {'a'}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue