summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-09-14 18:43:38 +0200
committerJonas Bernoulli <jonas@bernoul.li>2017-09-14 18:43:38 +0200
commitd11ce467b81c16471ee10f03d4121fb2b415305f (patch)
treef61f3b78ac1e4aaa5f1681737dcfa538d6b37393 /test
parent4f8c129ab636cd9afddae237bc3ab1aa2a136f19 (diff)
Do not provide the test-helper feature
"test-helper.el" isn't a library intended to be loaded with `require`. Instead it is loaded with `load` by `ert-runner` itself. Because of that, it is confusing to provide a feature using `provide`. It also isn't possible to use `require' to load `test-helper` because that might, depending on the order of `load-path` load the "test-helper.el" of another package that used `ert-runner`. This is also discussed at rejeep/ert-runner.el#38.
Diffstat (limited to 'test')
-rw-r--r--test/test-helper.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-helper.el b/test/test-helper.el
index 656ed9e..0b6673d 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -99,5 +99,4 @@
(require 'ert)
(require 'pdf-tools)
-(provide 'test-helper)
;;; test-helper.el ends here