Skip to content

datacamp/testwhat.ext

Repository files navigation

⚠️ This repo has outdated tokens in its travisci config To make new releases for this project it needs to be moved to circleci

testwhat.ext

Build Status codecov FOSSA Status

Extensions for testwhat for specific use-cases or more high level checks. Documentation can be found here.

To use the extensions in the submission correctness tests for an exercise, explicitly load the package before you use the function:

library(testwhat.ext)
ex() %>% check_cpp_function_exported("int", "answer")

Adding SCTs to testwhat.ext

Follow these steps

  1. Open a PR, merge into master when appropriate.
  2. Once merged, edit DESCRIPTION, incrementing VERSION: 0.0.1 to reflect changes (see semver for guidance).
  3. Create a github release labeled vVERSION. E.g. v0.0.1. (see here).

License

FOSSA Status