prb-test icon indicating copy to clipboard operation
prb-test copied to clipboard

Modern collection of testing assertions and logging utilities for Solidity

Results 4 prb-test issues
Sort by recently updated
recently updated
newest added

This would help prevent issues like https://github.com/paulrberg/prb-test/issues/5 from happening again.

enhancement

Foundry has native assertions now and Forge Std v1.8.0 supports them (no more DSTest): https://github.com/foundry-rs/forge-std/releases/tag/v1.8.0 Related: - https://github.com/foundry-rs/forge-std/pull/503 - https://github.com/foundry-rs/forge-std/pull/514

work: complicated
priority: 0
effort: medium
type: chore

See https://github.com/foundry-rs/forge-std/releases New cheats: - `vm.serializeJson` - `vm.unixTime`

type: feature
priority: 1
effort: medium
work: clear

Do the same thing I did in PRBMath: - https://github.com/PaulRBerg/prb-math/commit/7c8fe6085412b7b0932ff4434f77330cccb7212c - https://github.com/PaulRBerg/prb-math/commit/410f379c027e1b9e6bad10f7896bf1baf6464a9a

type: refactor
priority: 2
effort: medium
work: clear