[x] Are you running the latest downgrade release from the AUR?
Background
Currently, we are using cram for unit testing. As per the link, cram was last updated in 2016 and appears to be unmaintained.
Proposed feature
We could swap to an actively maintained unit testing framework, such as bats. I personally use it in unit testing some of my projects and it works great! It should also be straightforward to integrate this into CI as per here.
Totally up to you. I still use cram in many projects, and enjoy it and will likely continue to do so. It feels more "done" than "unmaintained" to me ;) But if you'd prefer bats (or anything else), go for it.
:rocket: Feature Request
Checklist
downgrade
release from the AUR?Background
Currently, we are using
cram
for unit testing. As per the link,cram
was last updated in 2016 and appears to be unmaintained.Proposed feature
We could swap to an actively maintained unit testing framework, such as
bats
. I personally use it in unit testing some of my projects and it works great! It should also be straightforward to integrate this into CI as per here.@pbrisbin WDYT?