archlinux-downgrade / downgrade

Downgrade packages in Arch Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update unit testing framework

atreyasha opened this issue Β· comments

πŸš€ Feature Request

Checklist

  • No duplicate issues/PRs
  • 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.

@pbrisbin WDYT?

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.