protostar
protostar copied to clipboard
Handle starknet features from the rust test runner
Currently we directly use cairo repo test runner. We do not want to include starknet state and other starknet features into our test runner, thus we should remove them
Blocked by #1888
This seems to be not possible, because we need Dispatchers/importing from contract files
It cannot be removed, because we are using features from starknet. We should handle these somehow.
Ideas:
- separate these as scarb package
- throw meaningful errors when user uses these features