You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
atreyasha
added
triage
Requires triage to ascertain relevance and actions
develop
Task for development purposes, eg. installation, release, makefile
labels
Jan 4, 2022
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.
🚀 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?
The text was updated successfully, but these errors were encountered: