nickjj / rolespec

A test library for testing Ansible roles
GNU General Public License v3.0
232 stars 20 forks source link

Improve assertions #37

Closed zigarn closed 8 years ago

zigarn commented 8 years ago

Fix asset_path on no-EN systems Improve output for assert_path and assert_exit_code (include PR #35 to re-enable not launched [but not failing] tests)

leucos commented 8 years ago

@nickjj any plans to check and integrate lingering PRs ?

nickjj commented 8 years ago

@leucos Yep. I have been neglecting them a little (ok a lot), but it's mainly because things seem to be running smooth on the projects that are heavily using rolespec.

We routinely run it against over a hundred of roles with nearly a thousand assertions.

Going to merge this one because it looks safe.