Skip to content

Commit 9ed7958

Browse files
committed
cmd(git): A bit more doctests
1 parent 0cee297 commit 9ed7958

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/libvcs/cmd/git.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ def __init__(
5959
6060
>>> git.submodule.init()
6161
''
62+
63+
# Additional tests
64+
>>> git.remote.remove(name='my_remote')
65+
''
66+
>>> git.remote.show()
67+
'origin'
68+
69+
>>> git.stash._list()
70+
''
6271
"""
6372
#: Directory to check out
6473
self.path: pathlib.Path

0 commit comments

Comments
 (0)