diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:26:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:26:30 +0000 |
commit | d6fb6e20014db80336431d38b9ee4d1ab233e905 (patch) | |
tree | 135e5a472dee94cbfeae03cc910d1e1732921e8c /tests/conftest.py | |
parent | Adding upstream version 0.12.9. (diff) | |
download | gita-d6fb6e20014db80336431d38b9ee4d1ab233e905.tar.xz gita-d6fb6e20014db80336431d38b9ee4d1ab233e905.zip |
Adding upstream version 0.15.1.upstream/0.15.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index b3e59ed..93576d6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -11,6 +11,7 @@ def fullpath(fname: str): PATH_FNAME = fullpath('mock_path_file') PATH_FNAME_EMPTY = fullpath('empty_path_file') PATH_FNAME_CLASH = fullpath('clash_path_file') +PATH_FNAME_MAIN = fullpath('main_path_file') GROUP_FNAME = fullpath('mock_group_file') def async_mock(): |