Skip to content

Commit e4b83c3

Browse files
Cleanup tests; remove unnecessary library()
1 parent b661246 commit e4b83c3

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: future.tests
22
Title: Test Suite for 'Future API' Backends
3-
Version: 0.9.0-9006
3+
Version: 0.9.0-9007
44
Authors@R: c(
55
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "[email protected]"),
66
person(family = "The R Consortium", comment = "Project was awarded an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))

inst/testme/test-Test-class.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
#' @tags detritus-files
33
#' @tags detritus-connections
44
library(future.tests)
5-
library(future)
65

76
tests <- load_tests()
87
message("Number of tests: ", length(tests))
98

109
df_tests <- do.call(rbind, tests)
1110
print(df_tests)
1211

13-
message("Run first three tests ...")
14-
15-
library(future)
1612

13+
message("Run first three tests ...")
1714
tests_3 <- head(tests, 3L)
18-
1915
## Create default values
2016
defaults <- lapply(tests_3, FUN = function(test) test[["args"]])
2117
defaults <- do.call(c, unname(defaults))

inst/testme/test-one-test.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
library(future.tests)
2-
library(future)
32

43
tests <- load_tests()
54

inst/testme/test-test_db.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
library(future.tests)
2-
library(future)
32

43
tests <- load_tests()
54
message("Number of tests: ", length(tests))

0 commit comments

Comments
 (0)