aweiteka / UATFramework

A lightweight User Acceptance Testing framework
GNU General Public License v2.0
3 stars 12 forks source link

add dummy features always_pass and always_fail #55

Closed jlebon closed 9 years ago

jlebon commented 9 years ago

Because UATFramework is heavily geared towards automation and CI, it is useful to have dummy features with quickly reproducible results that can be used to test the overall integration of UATFramework with the rest of a larger system.


Feel free to ignore this PR. I found it useful when testing e.g. integration with Jenkins, so I thought I'd share. But I can see how it's too trivial to deserve a place in the codebase.

miabbott commented 9 years ago

@jlebon Umm...not sure how this happened, but merging #57 also appears to have merged this PR.

Yet, none of the code in this PR is actually in the tree. I'm not an expert in the ways of git, so I'm at a loss for how this happened.

jlebon commented 9 years ago

@miabbott I had the bad habit of pushing to master and requesting a PR from my master. After opening this PR, I eventually replaced my master with other stuff (in this case, the same contents as in the pr/kube_cluster PR). So both PRs ended up with the exact same commits, and merging one "merged" the other since they were identical.

aweiteka commented 9 years ago

It happens.