Skip to content

Commit d57e56b

Browse files
committed
adds comment.
1 parent acc8a65 commit d57e56b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ def test_git_status_clean(self):
5757
"""
5858
Checks that `On branch main` is detected properly.
5959
Assumes current-project is on branch `main`.
60+
61+
Note: just looking for the word 'clean' because one version of git says "working tree clean"
62+
and another says "working directory clean". TODO: consider just checking the ok boolean.
6063
"""
6164
cur_dir = Path('./').resolve()
6265
log.debug(f'cur_dir: {cur_dir}')

0 commit comments

Comments
 (0)