tests/testthat/test-get_connections.R

test_that("get_connections works", {
  expect_equal(get_connections(1, 2), "SELECT * FROM edges WHERE source = \"1\" AND target = \"2\";")
})

Try the simplegraphdb package in your browser

Any scripts or data that you put into this service are public.

simplegraphdb documentation built on March 12, 2021, 5:05 p.m.