Skip to content

Commit

Permalink
No longer provide a feature in test-helper.el
Browse files Browse the repository at this point in the history
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.

Also see rejeep/ert-runner.el#38.
Closes #15.
  • Loading branch information
tarsius committed Jun 30, 2024
1 parent 38b706a commit 87cde12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
(require 'undercover nil t)
(undercover "*.el" (:report-format 'simplecov) (:send-report nil))

(provide 'test-helper)
;;; test-helper.el ends here

0 comments on commit 87cde12

Please sign in to comment.