1
If I create a test on something that already exists, does it enter as a release or Feature in a git-flow stream? why a test is an improvement but also something new.
1
If I create a test on something that already exists, does it enter as a release or Feature in a git-flow stream? why a test is an improvement but also something new.
2
Considering the separation as below:
There is no problem in treating only the development of a test as a Feature, you do not have the immediate need to include it in production (Hotfix).
Following the normal flow, your change would enter as Feature -> develop -> master. In some cases this becomes verbose, if it is punctual and in common agreement between the team, you can send it to develop directly.
I recommend reading the flow here
Browser other questions tagged tdd git-flow
You are not signed in. Login or sign up in order to post.