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
Currently test-coverage always tries to run tests even if there's no examples being defined for a method, and in case of stateful apps like signer -- auto-generated random input doesn't really work.
So it would be awesome to have a --examples flag that forces the tool to only test those methods that have example-result pairs defined.
The text was updated successfully, but these errors were encountered:
Currently
test-coverage
always tries to run tests even if there's no examples being defined for a method, and in case of stateful apps likesigner
-- auto-generated random input doesn't really work.So it would be awesome to have a
--examples
flag that forces the tool to only test those methods that have example-result pairs defined.The text was updated successfully, but these errors were encountered: