diff --git a/tests/testthat/test-spatialMixture.R b/tests/testthat/test-spatialMixture.R index 9203d56..8519bdc 100644 --- a/tests/testthat/test-spatialMixture.R +++ b/tests/testthat/test-spatialMixture.R @@ -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() +})