metagraph-dev / metagraph

Multi-target API for graph analytics with Dask
https://metagraph.readthedocs.io/en/latest/
Apache License 2.0
27 stars 7 forks source link

Update MultiVerify to test for expected exceptions #179

Closed jim22k closed 3 years ago

jim22k commented 3 years ago

MultiVerify now has .compute_raises method which will capture exceptions rather than raising.

Combined with a new .assert_raises method to test for exceptions, this allows the ability to test for expected exceptions in all concrete implementations.