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
Describe the bug
There is no way to specify the test that should be run using capsule test. This would be helpful to filter the tests that are executed. This is supported in Cargo with cargo test <testname>.
# Test debug version of the contract
$ CAPSULE_TEST_ENV=debug cargo test -p tests
# Test release version of the contract
$ CAPSULE_TEST_ENV=release cargo test -p tests
Since capsule test is just a proxy of above command.
Describe the bug
There is no way to specify the test that should be run using
capsule test
. This would be helpful to filter the tests that are executed. This is supported in Cargo withcargo test <testname>
.Additional context
username@dev1:~$ capsule --version
Capsule 0.4.4
The text was updated successfully, but these errors were encountered: