tests/testthat/create.R

test_that("sir graph demo objects can be created", {
    g = makedata()
    expect_is(g, "igraph")
    gLayout = glayout(g)
    expect_is(gLayout, "igraph")
}
          )
barryrowlingson/sirgraph documentation built on April 8, 2020, 7:19 p.m.