bumpver/test
Manuel Barkhau 6d3dc6dfcd Fix: parameter change from version: str to vinfo: VersionInfo
Using `version: str` meant that version.parse_version_info implicitly
used the "{pycalver}" pattern. The changed parameter vinfo: VersionInfo
now requires the caller (with access to cfg.version_pattern) to provide
the correctly parsed vinfo.
2019-03-28 23:51:37 +01:00
..
fixtures make fmt 2019-02-22 22:47:44 +01:00
__init__.py WIP: mostly scratch code still 2018-09-02 21:48:12 +02:00
test_cli.py mv __main__.py -> cli.py 2019-03-28 23:29:59 +01:00
test_config.py allow globs in file_patterns 2019-02-21 15:41:06 +01:00
test_lex_id.py minor formatting/cleanup 2019-02-14 22:05:02 +01:00
test_parse.py Add more flexible parsing and formating 2019-01-06 14:38:20 +01:00
test_patterns.py Add more flexible parsing and formating 2019-01-06 14:38:20 +01:00
test_rewrite.py Fix: parameter change from version: str to vinfo: VersionInfo 2019-03-28 23:51:37 +01:00
test_version.py Fix catchall exceptions. 2019-03-28 23:37:58 +01:00
util.py Improve check for uncommitted files 2019-03-24 18:46:39 +01:00