LCVcode / jockey

MIT License
2 stars 3 forks source link

Add testing for CLI #16

Closed LCVcode closed 1 week ago

LCVcode commented 5 months ago

Add unit tests for the Jockey CLI itself.

Unit tests for Jockey's getter functions are being written as they are developed. But, that testing needs to extend to simulation of specific CLI commands.

This might be done through direct CLI call or through mocks that simulate CLI calls.