Skip to content

v0.2.0 test performance

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 14:31
· 936 commits to master since this release

Protostar 0.2.0

Changelog

  • Significantly improved tests performance (state caching, multiprocessing).
  • Added expect_events cheatcode.
  • Added support for configuring any command parameter from the protostar.toml.
  • Added CLI reference documentation.
  • Improved testing output.
  • -Changed expect_revert to compare error_message against all detect error messages.
  • Added min git version requirement.
  • Improved help descriptions.
  • Changed the examples generated by protostar init.
  • Changed protostar init to not create a new git repository if it can be found.
  • Fixed error message when Protostar didn't find any test file.
  • Protostar searches for repo in parent repositories.
  • Fixed protostar upgrade.
  • Deprecated the callback returned by the expect_revert cheatcode.
  • Reduced technical debt.

How to upgrade Protostar

Please run the following script. Protostar upgrade could not work as expected.

curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash

v0.2.0

0_2_0.mov

v0.1.0

0_1_0.mov