mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
d6452b3946
Before this PR, we didn't have any integration tests set up for the `jupyter` subcommand. This PR adds a basic jupyter client and helpers for writing integration tests for the jupyter kernel. A lot of the code here is boilerplate, mainly around the message format for jupyter. This also adds a few basic integration tests, most notably for requesting execution of a snippet of code and getting the correct results. |
||
---|---|---|
.. | ||
resources | ||
install.rs | ||
jupyter_msg.rs | ||
mod.rs | ||
server.rs |