emacs-ipython-notebook/tests/test-ein-smartrep.el
2012-08-20 11:08:36 +02:00

8 lines
222 B
EmacsLisp

(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))))