datacamp / testwhat

Write Submission Correctness Tests for R exercises
https://datacamp.github.io/testwhat
GNU Affero General Public License v3.0
33 stars 25 forks source link

check_library: check_ equivalent for test_library_function #155

Closed filipsch closed 6 years ago

filipsch commented 6 years ago

Fixes #154 cc @benjamin-feder

ex() %>% check_library("dplyr")

Docs are updated accordingly: no mention of test_library_function() anymore. It's all check_ from here!