summaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-13 05:37:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-13 05:37:58 +0000
commit335c010ac5fbaf2bc33cb7f28ceac3d5bfffb677 (patch)
tree35bf32721245769d8287281a8a85ba1e3fcb40d9 /tests/conftest.py
parentReleasing debian version 0.16.3-2. (diff)
downloadgita-335c010ac5fbaf2bc33cb7f28ceac3d5bfffb677.tar.xz
gita-335c010ac5fbaf2bc33cb7f28ceac3d5bfffb677.zip
Merging upstream version 0.16.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index b3e59ed..5236a90 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -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():
"""