index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
integration
/
jupyter_tests.rs
Age
Commit message (
Expand
)
Author
2024-10-09
fix(jupyter): keep running event loop when waiting for messages (#26049)
Bartek IwaĆczuk
2024-07-27
fix: adapt to new jupyter runtime API and include session IDs (#24762)
Kyle Kelley
2024-05-23
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...
Felipe Baltor
2024-05-21
refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...
Kyle Kelley
2024-05-06
fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
Nathan Whitaker
2024-05-06
chore: (Hopefully) make `jupyter_execute_request` test less flaky (#23689)
Nathan Whitaker
2024-03-29
chore: Make jupyter integration tests less flaky and avoid hang (#23134)
Nathan Whitaker
2024-03-26
fix(kernel): Do not increase counter if store_history=false (#20848)
Don Jayamanne
2024-03-25
chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)
Nathan Whitaker
2024-03-15
chore: move more tests away from itest (#22909)
David Sherret
2024-02-12
chore: continue tests/ re-org (#22396)
Matt Mastracci
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci