aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-08-08 10:40:25 +0200
committerGuido Günther <agx@sigxcpu.org>2018-08-08 11:27:28 +0200
commit5a5c9ce3325e368828376fe8fcf8fb2b9a60f151 (patch)
tree34b5673d979f3097f9edf51c9a00b243fe25e0c5 /tests
parent26a390a3752ae0fd9e5b22be98a07205c49948ff (diff)
tests: clarify test names
Gbp-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/component/deb/test_pull.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/deb/test_pull.py b/tests/component/deb/test_pull.py
index 34fc3044..030acf10 100644
--- a/tests/component/deb/test_pull.py
+++ b/tests/component/deb/test_pull.py
@@ -33,7 +33,7 @@ class TestPull(ComponentTestBase):
@RepoFixtures.native()
def test_pull_explicit_remote(self, repo):
- """Test that pulling of debian native packages works"""
+ """Test that pulling of debian native packages works (explicit remote)"""
dest = os.path.join(self._tmpdir, 'cloned_repo')
clone(['arg0', repo.path, dest])
cloned = ComponentTestGitRepository(dest)
@@ -43,7 +43,7 @@ class TestPull(ComponentTestBase):
@RepoFixtures.native()
def test_pull_default_remote(self, repo):
- """Test that pulling of debian native packages works"""
+ """Test that pulling of debian native packages works (default remote)"""
dest = os.path.join(self._tmpdir, 'cloned_repo')
clone(['arg0', repo.path, dest])
cloned = ComponentTestGitRepository(dest)