summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-15 15:42:58 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-15 15:42:58 +0100
commitba8ae586f75291142397b2c4d491e5a7b8f7fb40 (patch)
tree99706a88ac44e40fc8e9ed21c64fac5e83ed797f /tests
parent9dbe0cfadb89ba102a01487cf3e26565148486f0 (diff)
component test: Update docstring
Git-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/component/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/component/__init__.py b/tests/component/__init__.py
index 02c4829c..fc3bb243 100644
--- a/tests/component/__init__.py
+++ b/tests/component/__init__.py
@@ -153,7 +153,10 @@ class ComponentTestBase(unittest.TestCase, GbpLogTester):
@classmethod
def _check_repo_state(cls, repo, current_branch, branches, files=None,
dirs=None, tags=None):
- """Check that repository is clean and given branches exist"""
+ """
+ Check that repository is clean and given branches, tags, files
+ and dirs exist
+ """
branch = repo.branch
eq_(branch, current_branch)
ok_(repo.is_clean())