Adding upstream version 0.16.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7cdc86fc2c
commit
6e615d8555
11 changed files with 143 additions and 124 deletions
|
@ -8,10 +8,11 @@ def fullpath(fname: str):
|
|||
return str(TEST_DIR / fname)
|
||||
|
||||
|
||||
PATH_FNAME = fullpath('mock_path_file')
|
||||
PATH_FNAME_EMPTY = fullpath('empty_path_file')
|
||||
PATH_FNAME_CLASH = fullpath('clash_path_file')
|
||||
GROUP_FNAME = fullpath('mock_group_file')
|
||||
PATH_FNAME = fullpath("mock_path_file")
|
||||
PATH_FNAME_EMPTY = fullpath("empty_path_file")
|
||||
PATH_FNAME_CLASH = fullpath("clash_path_file")
|
||||
GROUP_FNAME = fullpath("mock_group_file")
|
||||
|
||||
|
||||
def async_mock():
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue