LCVcode / jockey

MIT License
2 stars 3 forks source link

Feature: `juju-jockey` CLI testing #49

Closed LCVcode closed 1 week ago

LCVcode commented 2 weeks ago

Problem

Current testing does not includes calls to juju-jockey. Ideally, these tests commands would be run in the context of a snap, just as a real user would.

Proposed Feature

Add tests which call juju-jockey in a variety of contexts. A minimum coverage list would be:

johnlettman commented 2 weeks ago

100% +1 here. This can catch regressions in the syntax and obvious errors that unit tests may not catch due to them loading functions in through the library interface.