Nothing
test_that("print", {
px <- get_tool("px")
p <- process$new(px, c("sleep", "5"))
on.exit(try_silently(p$kill(grace = 0)), add = TRUE)
expect_output(
print(p),
"PROCESS .* running, pid"
)
p$kill()
expect_output(
print(p),
"PROCESS .* finished"
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.