Skip to content
Snippets Groups Projects
Commit cdd2088e authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[tests] removed tests for unused functions

parent 1c293baf
No related branches found
No related tags found
1 merge request!20Resolve "Prepare package for installation"
...@@ -70,13 +70,3 @@ test_that("construct_add_call handles Ellipsis correctly", { ...@@ -70,13 +70,3 @@ test_that("construct_add_call handles Ellipsis correctly", {
"list(index = 1,\nvalues = c(1, 2)),\n", "list(index = 1,\nvalues = c(1, 2)),\n",
"index_values = list(index = 2,\nvalues = c(2, 3))))\n")) "index_values = list(index = 2,\nvalues = c(2, 3))))\n"))
}) })
test_that("delete_keywords_from_str works", {
test_str <- "prj_object(a = \"foo\", repeat = \"bar\")"
test_str <- delete_keywords_from_str(test_str)
expect_equal(test_str, "prj_object(a = \"foo\", \"bar\")")
})
...@@ -24,8 +24,8 @@ test_that("get_tag_from_xpath() works", { ...@@ -24,8 +24,8 @@ test_that("get_tag_from_xpath() works", {
}) })
test_that("prj_top_level_classes() works", { test_that("ogs6_prj_top_level_classes() works", {
expect_equal(prj_top_level_classes()[["processes"]], "prj_process") expect_equal(ogs6_prj_top_level_classes()[["processes"]], "prj_process")
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment