Added (empty) unit test for lakseKlitik()

Helps remember to add tests for functions
This commit is contained in:
Waldir Leoncio 2022-12-22 10:01:26 +01:00
parent e094a8d317
commit 35bb795dbe

View file

@ -33,3 +33,12 @@ test_that("testaaKoordinaatit works as expected", {
)
)
})
test_that("lakseKlitik() and subfunctions produce expected output", {
# TODO: test elim_order()
# TODO: test triangulate()
# TODO: test myintersect()
# TODO: test findCliques()
# TODO: test cliques_to_jtree()
# TODO: test lakseKlitik()
})