bitwizeshift / oxtest

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

Add expectation support #11

Open bitwizeshift opened 1 year ago

bitwizeshift commented 1 year ago

To be able to implement/provide mocking-like functionality, we need a way to test whether expected behavior has occurred. The conventional way of doing this is with an Expectation-like object.

This task is to track adding expectations in some manner as a new module in neotest.