ceph / merfi

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

Iso: better default --output, and test make_iso() #23

Closed ktdreyer closed 8 years ago

ktdreyer commented 8 years ago

The first commit adds an argv argument Iso's parse_args(), to make it easier to inject fake values during testing.

The second commit changes the ISO backend to use a better default output filename. (https://github.com/alfredodeza/merfi/issues/15)

The third commit renames one of the test functions to "create_fake_iso()" to more clearly communicate what it does.

The fourth commit adds tests for make_iso().