emacs-ipython-notebook/tests/test-load.el
John Miller c5cf44a795 Fix saving new notebooks, whitespace updates.
Newly created notebooks no longer error on saving - bug in how
kernelspec metadata was being filled in.

Also a number of miscellaneous fixes to indentation that have
inexplicably appeared in the code.

Some small fixes for typos and catching up on version info.
2016-03-01 16:02:00 -06:00

17 lines
563 B
EmacsLisp

;; Load all test-ein-*.el files for interactive/batch use.
;; Usage:
;; emacs -Q -batch -L ... -l tests/test-load.el -f ert-run-tests-batch
;; You will need to set load paths using `-L' switch.
(require 'ein-dev)
(require 'ein-testing)
(ein:setq-if-not ein:testing-dump-file-log "test-batch-log.log")
(ein:setq-if-not ein:testing-dump-file-messages "test-batch-messages.log")
(setq message-log-max t)
(ein:load-files "^test-ein-.*\\.el$"
"./" ;(file-name-directory load-file-name)
t) ; ignore-compiled