summaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_GitRepository.py')
-rw-r--r--tests/test_GitRepository.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py
index 0e833b5..5029630 100644
--- a/tests/test_GitRepository.py
+++ b/tests/test_GitRepository.py
@@ -803,6 +803,10 @@ def test_cmd_has_feature():
Traceback (most recent call last):
...
GitRepositoryError: Invalid git command: foobarcmd
+ >>> repo._cmd_has_feature("show", "standard-notes")
+ True
+ >>> repo._cmd_has_feature("show", "no-standard-notes")
+ True
"""
def test_teardown():