franiglesias / versiontag

Bash command to automate tag semantic versioning
MIT License
46 stars 13 forks source link

Refactor #14

Closed franiglesias closed 5 years ago

franiglesias commented 5 years ago

This refactor improves code readability (I expects) and adds commands to better understand what's going on. Also adds a preliminary implementation of setUp/teadDown "callbacks" for testCases

pkristian commented 5 years ago

I like that, good redibility.

Versiontag: in c8900a0 i simplified setting of upgrading tag.

Tests: wouldn't be nice to have setUp and tearDown with different scopes? i mean one set global, whitch run around whole test scenario, other two around each test? I know each test could have its own stuff around, but if we want same env in all of them, something, what will clean after last test will be nice.