You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: