From ea588a57e4588b4d676304b521c7695b0c2d9121 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 29 Oct 2011 16:08:47 +0200 Subject: GitRepository: handle bare repos and errors in is_clean() --- tests/test_GitRepository.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py index 34b96604..55bf9cbe 100644 --- a/tests/test_GitRepository.py +++ b/tests/test_GitRepository.py @@ -343,6 +343,8 @@ def test_create_bare(): True >>> bare.is_empty() True + >>> bare.is_clean() + (True, '') """ def test_teardown(): -- cgit v1.2.3