mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
add --date argument
This commit is contained in:
parent
67feeaf8ef
commit
7b06012180
4 changed files with 66 additions and 20 deletions
|
|
@ -11,8 +11,6 @@ import pytest
|
|||
from pycalver import v1patterns
|
||||
from pycalver import v2patterns
|
||||
|
||||
# TODO (mb 2020-09-06): test for v2patterns
|
||||
|
||||
V2_PART_PATTERN_CASES = [
|
||||
(['YYYY', 'GGGG'], "2020" , "2020"),
|
||||
(['YYYY', 'GGGG'], "" , None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue