https://github.com/jakubsob/r-tests-gallery
Examples of testing patterns in R — from simple unit tests to more complex structures like Plumber APIs.
https://github.com/jakubsob/r-tests-gallery
plumber plumber-api r testing testthat
Last synced: 3 months ago
JSON representation
Examples of testing patterns in R — from simple unit tests to more complex structures like Plumber APIs.
- Host: GitHub
- URL: https://github.com/jakubsob/r-tests-gallery
- Owner: jakubsob
- Created: 2025-06-24T19:59:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T21:02:50.000Z (3 months ago)
- Last Synced: 2025-07-07T22:43:06.776Z (3 months ago)
- Topics: plumber, plumber-api, r, testing, testthat
- Language: R
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Tests Gallery
## [Plumber API](plumber/tests/testthat)
Launch API in a background process with [`mirai`](https://mirai.r-lib.org/) and make requests with [`httr2`](https://httr2.r-lib.org/).