strangelove-ventures / tokenfactory

SDK v50 tokenfactory w/ optional Sudo Minting
7 stars 6 forks source link

feat: add simulator test wiring #12

Closed fmorency closed 4 months ago

fmorency commented 4 months ago

Fixes #11

Summaryt

This PR fixes the existing simulator cases and adds simulator test wiring.

All tests pass except TestAppImportExport like in https://github.com/strangelove-ventures/poa/pull/186

Not sure why.

Run

go test -timeout 3000s -run ^TestFullAppSimulation$ github.com/strangelove-ventures/tokenfactory/app -v -Enabled -Commit=true
fmorency commented 4 months ago

@Reecepbcups I can't assign you as a reviewer. Commenting for visibility.

Reecepbcups commented 4 months ago

Thanks!