add --date argument

This commit is contained in:
Manuel Barkhau 2020-10-02 22:43:45 +00:00
parent 67feeaf8ef
commit 7b06012180
4 changed files with 66 additions and 20 deletions

View file

@ -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),