diff options
Diffstat (limited to 'test/tests.el')
-rw-r--r-- | test/tests.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tests.el b/test/tests.el index 7bfc86c..5eec57c 100644 --- a/test/tests.el +++ b/test/tests.el @@ -11,6 +11,7 @@ sx-initialized t sx-request-remaining-api-requests-message-threshold 50000 debug-on-error t + url-show-status nil user-emacs-directory "." sx-test-base-dir (file-name-directory (or load-file-name "./"))) @@ -55,10 +56,10 @@ (defun sx-test-message (message &rest args) (when sx-test-enable-messages - (apply #'message (cons message args)))) + (apply #'message message args))) (mapc #'sx-load-test - '(api macros printing util)) + '(api macros printing util search)) (ert-deftest user-entry-functions () "Ensures all entry functions are autoloaded." |