vendredi 7 février 2020

Continous Integration: Tests between "releases"

I am implementing an algorithm and I need to refactor the code every now and then. The code is subject to a lot of changes and every time I refactor something I need to run a "test" and compare the new output with the old one, manually. I am trying to figure out if I can automate this process. I am aware (not expert) about CI and that tests are run every time a push changes. However, those tests are within the same "release", and not across them. Is there any way I can test across releases?

Aucun commentaire:

Enregistrer un commentaire