Cargo Features
dao-testing has no features set by default.
[dependencies]
dao-testing = { version = "2.5.0", features = ["test-tube"] }
- test-tube
-
use test tube feature to enable test-tube integration tests, for example cargo test --features "test-tube"
Affects
test_tube::cw_admin_factory
,test_tube::cw_tokenfactory_issuer
,test_tube::cw4_group
,test_tube::cw721_base
,test_tube::dao_dao_core
,test_tube::dao_proposal_single
,test_tube::dao_test_custom_factory
,test_tube::dao_voting_cw4
…