aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_GitRepository.py10
-rw-r--r--tests/test_PristineTar.py3
2 files changed, 8 insertions, 5 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
diff --git a/tests/test_PristineTar.py b/tests/test_PristineTar.py
index 150dbcf..5c61cf0 100644
--- a/tests/test_PristineTar.py
+++ b/tests/test_PristineTar.py
@@ -11,8 +11,9 @@ and
This testcase creates this reposity:
- - A repository at L{repo_dir} called I{repo}
+ - A repository at I{repo_dir} called I{repo}
+@undocumented: repo_dir test_data
"""
from . import context