astroport-fi / astroport-core

Astroport DEX core contracts
https://astroport.fi/
GNU General Public License v3.0
153 stars 105 forks source link

Upgraded MultiTest to version `1.0.0` #411

Closed DariuszDepta closed 7 months ago

DariuszDepta commented 7 months ago

Hi @epanchee ,

the version 1.0.0 of MultiTest was released, so this is the promised PR with upgrading MultiTest to version 1.0.0.

Since now, there will be two major lines of MultiTest:

This PR was tested this way:

$ cargo +1.68.0-x86_64-unknown-linux-gnu nextest run --workspace
    Starting 350 tests across 62 binaries (10 skipped)
        PASS [   0.005s] astroport asset::tests::from_cw20coinverified_for_asset
        PASS [   0.005s] astroport asset::tests::cw20_asset_info
       ...
        PASS [   0.695s] astroport-pair-stable testing::constant_product_swap_no_fee
        PASS [   2.119s] astroport-pair-concentrated::pair_concentrated_integration check_small_trades
        PASS [   2.694s] astroport-pair-concentrated::pair_concentrated_integration check_small_trades_18decimals
------------
     Summary [   3.015s] 350 tests run: 350 passed, 10 skipped