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.
  • Loading branch information
tarsius committed Jul 15, 2017
1 parent e5c82aa commit 6d1115b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/minitest-unit-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

;;; Code:

(require 'test-helper)

(ert-deftest test-minitest-buffer-name ()
(let ((filename nil))
(should (equal (minitest-buffer-name filename) "*Minitest *")))
Expand Down
1 change: 0 additions & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@

(require 'minitest (f-expand "minitest" minitest-test/root-path))

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

0 comments on commit 6d1115b

Please sign in to comment.