johanvts / emacs-fireplace

A cozy fireplace for emacs.
732 stars 21 forks source link

No longer provide a feature in test-helper.el #25

Closed tarsius closed 7 years ago

tarsius commented 7 years ago

The file isn't a library intended to be loaded with require. Instead ert-runner loads it using load. Other packages that use ert-runner also come with a file named test-helper.el and unfortunately many of those also provide test-helper, which leads to conflicts.

Fixes #24.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.244% when pulling c776944e2880e78778f36897bf1d8cff118cd9e6 on tarsius:master into 2b966ed65b714c613f79e9144d004dfa3b28f1ed on johanvts:master.