Added (empty) unit test for lakseKlitik()
Helps remember to add tests for functions
This commit is contained in:
parent
e094a8d317
commit
35bb795dbe
1 changed files with 9 additions and 0 deletions
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue