From 35bb795dbe70015795931c911dabdd83132269e8 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 22 Dec 2022 10:01:26 +0100 Subject: [PATCH] Added (empty) unit test for lakseKlitik() Helps remember to add tests for functions --- tests/testthat/test-spatialMixture.R | 9 +++++++++ 1 file changed, 9 insertions(+) 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() +})