emacs-ipython-notebook/tests/test-ein-smartrep.el

9 lines
222 B
EmacsLisp
Raw Normal View History

(eval-when-compile (require 'cl))
(require 'ert)
(require 'ein-smartrep)
(ert-deftest ein:smartrep-notebook-mode-alist-fboundp ()
(loop for (k . f) in ein:smartrep-notebook-mode-alist
do (should (fboundp f))))