IQSS / IQSS.emacs

Yet Another .emacs.d
http://iqss.github.io/IQSS.emacs/
75 stars 24 forks source link

unit tests #9

Closed thegaryking closed 6 years ago

thegaryking commented 6 years ago

how about we eat our own dog food and create a set of unit tests that get run every time we are about to push a new version to git?

izahn commented 6 years ago

Since we don't implement any features it's hard to say what exactly we would test. Basically all the code in this repository does is download and run other people's code (in the form of Emacs packages). It doesn't seem reasonable to try to test the code in all the packages we use -- that is properly a job for the package authors.

I'm closing this for now since I don't see how to translate it into an action we should take. Please do re-open if you have a specific suggestion for what and how we should test.