thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Introduce mocking #93

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

We should add Mockk (https://github.com/mockk/mockk) to tlp-cluster and start thinking about how we'll be using it. I'd like to be very deliberate in the thinks we start Mocking, and potentially rewrite certain components to make them more mock friendly. We might also be able to include a package of functions that mock aspects of the code out in order to reduce clutter.