aleeusgr / potential-robot

minimal dApp testing suite
MIT License
3 stars 1 forks source link

Reorg #97

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

Before I understand, I need to understand what I need to understand

aleeusgr commented 1 year ago

Do I have a function to provide contract endpoints? Not really, I have a doctest? I should reproduce vesting?

What this test gives me? I build some component, and it does not work. This gives me a working chunk of code to change inputs and see how my outputs change and what they are?

aleeusgr commented 1 year ago

Do I need to make similar test for Emulator? Only if I am to experiment with different Network Settings.

aleeusgr commented 1 year ago

doctest does not have code outside Describe; but can we do Describe inside Describe?