fix tests

This commit is contained in:
Manuel Barkhau 2018-12-08 19:18:47 +01:00
parent 0e1a6271a3
commit 946cdaa5ba
13 changed files with 199 additions and 1333 deletions

0
test/fixtures/project_b/README.rst vendored Normal file
View file

13
test/fixtures/project_b/setup.cfg vendored Normal file
View file

@ -0,0 +1,13 @@
[pycalver]
current_version = v201307.0456-beta
commit = True
tag = True
push = True
[pycalver:file_patterns]
setup.cfg =
current_version = {version}
setup.py =
version="{pep440_version}"
README.rst =
img.shields.io/badge/PyCalVer-{calver}{build}--{release}-blue

3
test/fixtures/project_b/setup.py vendored Normal file
View file

@ -0,0 +1,3 @@
import setuptools
setuptools.setup(name="mylib", license="MIT", version="201307.456b0", keywords="awesome library")