monim67 / poetry-bumpversion

Poetry plugin to update __version__ in __init__ file and other files containing version strings
https://pypi.org/project/poetry-bumpversion/
MIT License
81 stars 4 forks source link

Adding tests #2

Closed ohmycaptainnemo closed 1 year ago

ohmycaptainnemo commented 1 year ago

Hi @monim67

I was thinking, it would be a good idea to add some unit tests. Similar to this repo:

https://github.com/tiangolo/poetry-version-plugin

monim67 commented 1 year ago

Good idea, I'll have a go at it when I can. PR's are appreciated too.

ohmycaptainnemo commented 1 year ago

Good idea, I'll have a go at it when I can. PR's are appreciated too.

Thank you. That makes sense.

monim67 commented 1 year ago

Tests have been added.