Move unit tests from ert to buttercup

Easier to organize and write. Now I can hopefully strive for better
coverage!
This commit is contained in:
Henrik Lissner 2018-06-15 03:31:54 +02:00
parent 98d2f1de3f
commit eaca8c58fa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
41 changed files with 1371 additions and 1101 deletions

View file

@ -172,7 +172,7 @@ respectively."
(def-dispatcher! test
"Run Doom unit tests."
(load! "autoload/test")
(require 'core-tests)
(doom//run-tests args))
(def-dispatcher! info