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

Using pkg::fn() breaks check_arg() #219

Open richierocks opened 5 years ago

richierocks commented 5 years ago

If a package is loaded, functions can be called using either fn() or pkg::fn(). The latter causes SCTs to incorrectly fail.

Reproducible example here

https://www.datacamp.com/teach/repositories/986/branches/double-colon