emacs-jupyter/test
Nathaniel Nicandro 97c421a698 Fix regression
In `org-babel-jupyter-initiate-session-by-key`, the function to
disassociate a client from a :session was added to the
`current-buffer`s value of `kill-buffer-hook` but it should be added
to the REPL buffer's value of that hook.

fixes #240

* ob-jupyter.el
(org-babel-jupyter-initiate-session-by-key): Add to the local value of
`kill-buffer-hook` in the REPL's buffer.

* test/jupyter-test.el
(org-babel-jupyter-initiate-session-by-key): New test.
2020-04-14 11:36:40 -05:00
..
jupyter-server-test.el Bump version 2020-04-07 15:13:51 -05:00
jupyter-test.el Fix regression 2020-04-14 11:36:40 -05:00
jupyter-tramp-test.el Bump version 2020-04-07 15:13:51 -05:00
test-helper.el Bump version 2020-04-07 15:13:51 -05:00