teamhephy / jenkins-jobs

MIT License
0 stars 3 forks source link

extract bash logic and cover under test #22

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @vdice on June 21, 2016 16:59

With https://github.com/deis/jenkins-jobs/pull/104, the bats was brought in to test bash logic included in jobs. Only the logic introduced as part of the PR was covered under test, therefore, this ticket represents the refactor work necessary to cover the rest of the bash logic under test.

Copied from original issue: deis/jenkins-jobs#112