aleeusgr / gimbalabs-dandelion-pbl

Test Driven Development of dApps on Cardano
MIT License
1 stars 1 forks source link

Build an automated test for a dApp #6

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

dApp consists of several components; Some can be tested with GitHub CI; others using plutip, quickcheck, plutus-simple-model, and other tools

aleeusgr commented 1 year ago

Testing

We test contracts using a model of the system, which includes the state(s) of all the agents involved–the on-chain state, the off-chain state on your computer, the off-chain state on anyone else’s computer–everything relevant to the contract(s) under test.

Maybe I should complete:

aleeusgr commented 1 year ago

https://github.com/aleeusgr/nix-things/issues/20