Skip to content

Commit

Permalink
Clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed Jan 5, 2024
1 parent 25dcc84 commit be8bba8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
12 changes: 0 additions & 12 deletions codecov.yml

This file was deleted.

1 change: 0 additions & 1 deletion tests/testthat/test-enrichment.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# markers table
markers_hs_tbl <- clustermole_markers(species = "hs")
markers_mm_tbl <- clustermole_markers(species = "mm")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-markers.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

test_that("clustermole_markers() default params", {
markers_tbl <- clustermole_markers()
expect_s3_class(markers_tbl, "tbl_df")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-overlaps.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# markers table
markers_hs_tbl <- clustermole_markers(species = "hs")
markers_mm_tbl <- clustermole_markers(species = "mm")
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

test_that("read_gmt() output", {
skip_if_offline(host = "software.broadinstitute.org")
gmt_tbl <- read_gmt(file = "http://software.broadinstitute.org/gsea/msigdb/supplemental/scsig.all.v1.0.symbols.gmt")
expect_s3_class(gmt_tbl, "tbl_df")
expect_gt(nrow(gmt_tbl), 1000)
Expand Down

0 comments on commit be8bba8

Please sign in to comment.