posit-dev / ark

Ark, an R kernel
MIT License
176 stars 14 forks source link

Draft integration tests for Ark #542

Closed lionel- closed 1 month ago

lionel- commented 1 month ago

TODO: Flesh out tests so that we can be confident we don't break anything in #536

lionel- commented 1 month ago
lionel- commented 1 month ago

It's probably worth merging in this state because I'm encountering protocol issues when trying to make a test for errors.

DavisVaughan commented 1 month ago

Would you mind using the new testing global to get rid of the true argument of modules::initialize(true)? I think that would be useful / more consistent if that is possible

lionel- commented 1 month ago

Good idea, done!