aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-02 20:59:28 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-02 21:05:12 +0200
commitd92b656799ca50abec3883cea773cc0e5529a434 (patch)
tree916b07d46cda65a54ee87c27113bda37d7db1553
parent6ef4591a1218bbf48ea88f14ff4ba6fae8205ae7 (diff)
tests: Omit build dependend variables from epydocs
based on a patch from Sascha Steinbiss Closes: #827546
-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