prb-test
prb-test copied to clipboard
Modern collection of testing assertions and logging utilities for Solidity
This would help prevent issues like https://github.com/paulrberg/prb-test/issues/5 from happening again.
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
See https://github.com/foundry-rs/forge-std/releases New cheats: - `vm.serializeJson` - `vm.unixTime`
Do the same thing I did in PRBMath: - https://github.com/PaulRBerg/prb-math/commit/7c8fe6085412b7b0932ff4434f77330cccb7212c - https://github.com/PaulRBerg/prb-math/commit/410f379c027e1b9e6bad10f7896bf1baf6464a9a