mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update tests
This commit is contained in:
parent
3234fb97f9
commit
0095f974da
7 changed files with 1391 additions and 32 deletions
3
test/fixtures/project_a/README.md
vendored
Normal file
3
test/fixtures/project_a/README.md
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# PyCalVer README Fixture
|
||||
|
||||
Current Version: v201612.0123-alpha
|
||||
10
test/fixtures/project_a/pycalver.toml
vendored
Normal file
10
test/fixtures/project_a/pycalver.toml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[pycalver]
|
||||
current_version = "{initial_version}"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
[pycalver.file_patterns]
|
||||
"README.md" = [
|
||||
"{version}",
|
||||
"{pep440_version}",
|
||||
]
|
||||
0
test/fixtures/project_a/setup.py
vendored
Normal file
0
test/fixtures/project_a/setup.py
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue