Skip to content

Commit

Permalink
update tests and data
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Apr 17, 2019
1 parent a25bb55 commit 59a9e4c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
@@ -1,7 +1,7 @@
# This is a faulty PEP.
# The readFunName and readFunPath values point to function that does not exist
metadata:
sample_annotation: sample_annotation.csv
sample_table: sample_table.csv

bioconductor:
readFunName: readBedFiles_missing
Expand Down
@@ -1,4 +1,4 @@
# This is a faulty PEP.
# The bioconductor section does not exist
metadata:
sample_annotation: sample_annotation.csv
sample_table: sample_table.csv
5 changes: 0 additions & 5 deletions tests/testthat/test_all.R
Expand Up @@ -187,11 +187,6 @@ test_that("BiocProject function throws a warning and returns a Project object
expect_warning(expect_is(BiocProject(configFileNoSection),"Project"))
})

test_that("BiocProject function throws an error
when nonexistent subproject is provided",{
expect_error(expect_warning(BiocProject(configFile, subproject = "test")))
})

context("Test Annotated methods")

test_that("samples returns a correct object", {
Expand Down

0 comments on commit 59a9e4c

Please sign in to comment.