We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8a65 commit d57e56bCopy full SHA for d57e56b
tests.py
@@ -57,6 +57,9 @@ def test_git_status_clean(self):
57
"""
58
Checks that `On branch main` is detected properly.
59
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.
63
64
cur_dir = Path('./').resolve()
65
log.debug(f'cur_dir: {cur_dir}')
0 commit comments