tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

switch to bats for testing #73

Closed tomeichlersmith closed 8 months ago

tomeichlersmith commented 8 months ago

Seems like a nice bash-focused test writing toolkit.

https://bats-core.readthedocs.io/en/stable/tutorial.html#

it will be better than rolling my own like I do currently, hopefully making it easier to write more thorough tests