mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
testing updates
This commit is contained in:
parent
1a13715567
commit
9176bd1090
4 changed files with 6 additions and 4 deletions
|
|
@ -372,6 +372,7 @@ def test_novcs_bump(runner):
|
|||
with pl.Path("README.md").open() as fh:
|
||||
content = fh.read()
|
||||
assert calver + ".0002-alpha !\n" in content
|
||||
assert calver[1:] + ".2a0 !\n" in content
|
||||
|
||||
result = runner.invoke(pycalver.cli, ['bump', "--verbose", "--release", "beta"])
|
||||
assert result.exit_code == 0
|
||||
|
|
@ -379,6 +380,7 @@ def test_novcs_bump(runner):
|
|||
with pl.Path("README.md").open() as fh:
|
||||
content = fh.read()
|
||||
assert calver + ".0003-beta !\n" in content
|
||||
assert calver[1:] + ".3b0 !\n" in content
|
||||
|
||||
|
||||
def test_git_bump(runner):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue