tests/testthat/test-manual.R

context("Manual ID lists")

test_that("Can make handmade lists of funds and entities", {
    ents <- entities(1234, 5679)
    allocs <- funds(AB1234, FW2837)
    expect_is(ents, "listbuilder")
    expect_is(allocs, "listbuilder")
})
cwolfsonseeley/discoveryengine documentation built on Sept. 30, 2023, 2:07 p.m.