quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Test::Quattor::NoAction: set NoAction independent of the CAF::Object::NoAction #100

Closed stdweird closed 8 years ago

stdweird commented 8 years ago

Allows you run test with CAF::Object::NoAction disabled (i.e. like in real usage), but without actually creating/editing files during the tests.

ned21 commented 8 years ago

Can you split the whitespace clean up into a separate commit please?

stdweird commented 8 years ago

@ned21 done

jrha commented 8 years ago

LGTM, but can you explain why we want this?

stdweird commented 8 years ago

@jrha i'm not sure how formulate this, but some components have logic handling NoAction (via CAF::Object::NoAction, but to test this logic, you still want all file operation mocked).