From 5a5c9ce3325e368828376fe8fcf8fb2b9a60f151 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 8 Aug 2018 10:40:25 +0200 Subject: tests: clarify test names Gbp-Dch: Ignore --- tests/component/deb/test_pull.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3