mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
gha diagnostics
This commit is contained in:
parent
d902f1fbc0
commit
8ec5b550e5
2 changed files with 5 additions and 3 deletions
|
@ -55,11 +55,13 @@ Scenario: Delete closes buffers and sessions
|
||||||
And I clear log expr "ein:log-all-buffer-name"
|
And I clear log expr "ein:log-all-buffer-name"
|
||||||
And I click on "Delete"
|
And I click on "Delete"
|
||||||
And I wait for buffer to not say "Untitled"
|
And I wait for buffer to not say "Untitled"
|
||||||
|
And I dump buffer
|
||||||
Then eval "(should-not (ein:notebook-opened-notebooks)))"
|
Then eval "(should-not (ein:notebook-opened-notebooks)))"
|
||||||
Then eval "(should-not (seq-some (lambda (b) (cl-search "Untitled" (buffer-name b))) (buffer-list)))"
|
Then eval "(should-not (seq-some (lambda (b) (cl-search "Untitled" (buffer-name b))) (buffer-list)))"
|
||||||
And I switch to log expr "ein:log-all-buffer-name"
|
And I switch to log expr "ein:log-all-buffer-name"
|
||||||
And I wait for buffer to say "kernel-delete-session--success"
|
And I dump buffer
|
||||||
And I wait for buffer to say "notebooklist-delete-notebook--complete"
|
Then I should see "kernel-delete-session--success"
|
||||||
|
Then I should see "notebooklist-delete-notebook--complete"
|
||||||
|
|
||||||
@content
|
@content
|
||||||
Scenario: Read a massive directory
|
Scenario: Read a massive directory
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
for path = (ein:$notebook-notebook-path nb)
|
for path = (ein:$notebook-notebook-path nb)
|
||||||
do (ein:log 'debug "Notebook %s still open" path)
|
do (ein:log 'debug "Notebook %s still open" path)
|
||||||
finally do (assert nil)))
|
finally do (assert nil)))
|
||||||
(cl-loop repeat 5
|
(cl-loop repeat 30
|
||||||
for stragglers = (file-name-all-completions "Untitled"
|
for stragglers = (file-name-all-completions "Untitled"
|
||||||
ein:testing-jupyter-server-root)
|
ein:testing-jupyter-server-root)
|
||||||
until (null stragglers)
|
until (null stragglers)
|
||||||
|
|
Loading…
Add table
Reference in a new issue