hubverse-org / hubValidations

Testing framework for hubverse hub validations
https://hubverse-org.github.io/hubValidations/
Other
1 stars 4 forks source link

Wrap all checks in try_check #39

Closed annakrystalli closed 1 year ago

annakrystalli commented 1 year ago

Currently only custom functions and a handful of other checks are handled through try_check. Testing showed a number of unexpected errors that hampered validation.

It would be best to wrap all checks in try_check to allow for smoother execution and surfacing of errors