datacamp / testwhat

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

Big bug with `check_correct()` exposing the `.` #191

Closed filipsch closed 5 years ago

filipsch commented 5 years ago
ex() %>% check_correct(
    check_object(., "batch_patient") %>% check_equal(),
    check_function(., "table") %>% {
        check_arg(., "batch") %>% check_equal()
        check_arg(., "patient") %>% check_equal()
    }
)
filipsch commented 5 years ago

@dcamposliz I can't reproduce this. Must've been related to the RNA course... If you can, definitely let me know!