Skip to content

Commit

Permalink
test get foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Feb 16, 2024
1 parent a914003 commit 2831910
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-02-16T06:02Z
last_built: 2024-02-16T07:09Z
urls:
reference: https://oxford-ihtm.io/codigo/reference
article: https://oxford-ihtm.io/codigo/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/icd_search.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/icd_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions tests/testthat/test-get.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Tests for get functions ------------------------------------------------------

## Test default call ----
test_get_foundation_default <- icd_get_foundation()

testthat::expect_s3_class(test_get_foundation_default, "tbl_df")
testthat::expect_type(test_get_foundation_default, "list")

3 changes: 3 additions & 0 deletions tests/testthat/test-structure.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tests for structure functions ------------------------------------------------


0 comments on commit 2831910

Please sign in to comment.