mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
keep fortifying
This commit is contained in:
parent
52ac49cc5e
commit
8c3d4fc502
2 changed files with 3 additions and 6 deletions
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile (defvar ein:smartrep-config-once-called))
|
|
||||||
|
|
||||||
(declare-function ein:smartrep-config "ein-smartrep")
|
(declare-function ein:smartrep-config "ein-smartrep")
|
||||||
|
|
||||||
(defcustom ein:completion-backend 'ein:use-ac-backend
|
(defcustom ein:completion-backend 'ein:use-ac-backend
|
||||||
|
|
|
@ -70,10 +70,9 @@
|
||||||
(ein:log 'verbose "ERT OPEN-NOTEBOOKLIST start")
|
(ein:log 'verbose "ERT OPEN-NOTEBOOKLIST start")
|
||||||
(ein:notebooklist-open* *ein:testing-port*)
|
(ein:notebooklist-open* *ein:testing-port*)
|
||||||
(ein:testing-wait-until
|
(ein:testing-wait-until
|
||||||
(lambda ()
|
(lambda () (ein:aand
|
||||||
(ein:notebooklist-get-buffer *ein:testing-port*)))
|
(ein:notebooklist-get-buffer *ein:testing-port*)
|
||||||
(with-current-buffer (ein:notebooklist-get-buffer *ein:testing-port*)
|
(with-current-buffer it (eq major-mode 'ein:notebooklist-mode))))))
|
||||||
(should (eql major-mode 'ein:notebooklist-mode))))
|
|
||||||
|
|
||||||
|
|
||||||
(ert-deftest 00-query-kernelspecs ()
|
(ert-deftest 00-query-kernelspecs ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue