arcnmx / cargo-clippy

cargo clippy
MIT License
68 stars 11 forks source link

Add unit tests for wrap_args #22

Closed posborne closed 8 years ago

posborne commented 8 years ago

Resolves #21 and adds unit test coverage for the wrap_args helper command.

Signed-off-by: Paul Osborne osbpau@gmail.com

posborne commented 8 years ago

The issues I encountered appear to be with the current version on crates.io. I have updated the unit tests as these are still useful for validating the behavior of wrap_args

arcnmx commented 8 years ago

Could you also add cargo test to .travis.yml after the build?

posborne commented 8 years ago

@arcnmx Cargo test added to .travis.yml in https://github.com/arcnmx/cargo-clippy/pull/22/commits/ca28724d735a243ce5e84a293c61544a75985a77

arcnmx commented 8 years ago

Thanks!