Skip to content

Commit 2cc6e41

Browse files
committed
Add comprehensive tests for HTTP request handling and JSON parsing functions
- Implement tests for orcid_request(), orcid_base_url(), and orcid_ping() in test-http.R - Include scenarios for successful API calls, error handling, and network issues - Add tests for various parsing functions in test-parsers.R, covering affiliations, works, funding, and more - Ensure all tests validate expected outputs and handle edge cases appropriately
1 parent 9c9aed1 commit 2cc6e41

32 files changed

Lines changed: 40644 additions & 7 deletions

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- [ ] Check out how rhub v2 works
21
- [ ] Local caching for repeated queries

coverage.html

Lines changed: 24626 additions & 0 deletions
Large diffs are not rendered by default.

lib/bootstrap-3.3.5/css/bootstrap-theme.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bootstrap-3.3.5/css/bootstrap.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bootstrap-3.3.5/js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bootstrap-3.3.5/shim/html5shiv.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bootstrap-3.3.5/shim/respond.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/crosstalk-1.2.2/css/crosstalk.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)