There was an error while loading. Please reload this page.
1 parent a8b5863 commit abe7e6eCopy full SHA for abe7e6e
1 file changed
test/test_quick_doc.py
@@ -68,8 +68,8 @@ def test_cloned_repo_object(self, local_dir):
68
commits_for_file = [c for c in commits_for_file_generator]
69
commits_for_file
70
71
- # Outputs: [<git.Commit "5076b368c97b01d83406ca095a301303da7f6fd4">,
72
- # <git.Commit "d8dcd544e6fc5c00f6984424fc0cb4568abe518e">]
+ # Outputs: [<git.Commit "SHA1-HEX-HASH-1">,
+ # <git.Commit "SHA1-HEX-HASH-1">]
73
# ![6-test_cloned_repo_object]
74
75
# Untracked files - create new file
@@ -124,14 +124,13 @@ def test_cloned_repo_object(self, local_dir):
124
125
# Iterating through tree
126
# [14-test_cloned_repo_object]
127
- tree = repo.tree()
128
files_and_dirs = [entry for entry in tree]
129
files_and_dirs
130
131
# Output
132
- # [<git.Tree "1d1cbc95a765e42bd46561f197eef01281a97ac0">,
133
- # <git.Tree "4ca53fd68b9a0eafd463c9681f1a26183a40779b">,
134
- # <git.Blob "9d384f1b6903ad992a97f91f720d8709b2b71f84">]
+ # [<git.Commit "SHA1-HEX-HASH-1">,
+ # <git.Commit "SHA1-HEX-HASH-1">,
135
136
# ![14-test_cloned_repo_object]
137
0 commit comments