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 7307105 commit 5515c95Copy full SHA for 5515c95
testing/test_git.py
@@ -14,7 +14,7 @@ def wd(wd):
14
15
16
def test_version_from_git(wd):
17
- assert wd.version == '0.0'
+ assert wd.version == '0.1.dev0'
18
19
wd.commit_testfile()
20
assert wd.version.startswith('0.1.dev1+')
0 commit comments