bitwizeshift / oxtest

🚧 A WIP rust unit-testing library
https://bitwizeshift.github.io/neotest
Apache License 2.0
0 stars 0 forks source link

Make tests return `TestResult` #6

Closed bitwizeshift closed 1 year ago

bitwizeshift commented 1 year ago

Having tests return TestResult (Result<(), Error> objects), enables having assertions that don't panic, and also makes it possible to return from tests early.

Ideally this would be transparent to the user, so this ticket is to track the following implementation: