emacs-ipython-notebook/tests/legacy/test-ein-smartrep.el
John Miller fdf626cc98 Creating legacy tests
In theory these tests are for IPython 2.x. Still need to work out how to include all this in travis.
2015-08-26 20:50:28 -05: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))))