davidovich / summon

Summon: your data on caffeine
Apache License 2.0
12 stars 0 forks source link

Simplify testing helpers #66

Closed davidovich closed 3 years ago

davidovich commented 4 years ago

I think testing helpers can be moved to the testutil package as all we do with the helper is recuperate and evaluate executable arguments.

i.e No need to specify a test to call on every FakeExecCommand as we only use it in one manner.