Arkadiusz
Arkadiusz
Merge after https://github.com/software-mansion/protostar/pull/566
- remove printing [INFO] for test results - rename `LogColorProvider` to something that doesn't start with a prefix that can be interpreted as a verb e.g. `ColorProvider` - Protostar should...
As a Protostar user, I want to: - invoke functions from Python hints so that I don't have to create a boilerplate for a simple invoke in integration tests -...
As a Protostar user, I want to call declared contract, so that I can trigger deploy syscall where the contract is declared. This cheatcode should have the same interface as...
As a Protostar user, I want to call declared contract, so that I can trigger deploy syscall where the contract is declared. This cheatcode should have the same interface as...
- decoupled presentation from test results data structs - refined test results hierarchy - integrated `run_cairo_test_runner` everywhere, so that a change to `TestCommand` propagates too much - added `TestCaseRunner` and...
```solidity function label(address addr, string label) external; ``` Sets a label label for addr in test traces. If an address is labelled, the label will show up in test traces...