aboutsummaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_GitRepository.py')
-rw-r--r--tests/test_GitRepository.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py
index fed8b02..f25e9a6 100644
--- a/tests/test_GitRepository.py
+++ b/tests/test_GitRepository.py
@@ -5,10 +5,12 @@ Test L{gbp.git.GitRepository}
This testcase creates several repositores:
- - A repository at L{repo_dir} called I{repo}
- - A bare repository at L{bare_dir} called I{bare}
- - A clone of I{repo} below L{clone_dir} called I{clone}
- - A mirror of I{repo} below L{mirror_clone_dir} called I{mirror}
+ - A repository at I{repo_dir} called I{repo}
+ - A bare repository at I{bare_dir} called I{bare}
+ - A clone of I{repo} below I{clone_dir} called I{clone}
+ - A mirror of I{repo} below I{mirror_clone_dir} called I{mirror}
+
+@undocumented: repo_dir bare_dir clone_dir mirror_clone_dir
"""
from . import context