Results 85 issues of 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...

refactor

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 -...

feature

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...

feature

- 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...

https://github.com/ericglau/cairo-ls

enhancement
external