ceph / merfi

Finds and signs files with different signing tools (gpg, rpm-sign)
MIT License
3 stars 3 forks source link

tests: test Gpg class #8

Closed ktdreyer closed 9 years ago

ktdreyer commented 9 years ago

Verify that merfi is calling util.run() with the right parameters.

ktdreyer commented 9 years ago

Needs the change in #11 first

ktdreyer commented 9 years ago

I've updated this PR so that the common code is in a parent class (BaseBackendTest). This should ease testing RpmSign, eventually.