Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Rewrite tests of all example contracts to use the testing library #337

Closed Bargsteen closed 1 year ago

Bargsteen commented 1 year ago

Task description

Rewrite tests of all example contracts to use the new(ish) testing library. The examples with quick check tests won't be migrated yet, as the testing lib does not yet support quick check tests.

Depends on:

Subtasks: