generated from keep-starknet-strange/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: adapt testing strategy to leverage snforge feature (#881)
* fix state tests * add py util to find a selector * add snforge utils to assert a call has / hasnt happened * migrate model+backend tests * migrate precompiles tests * add store_evm util to snforge utils * migrate memory operation tests * migrate block_information tests * migrate environmental_information tests * fix precompiles range to be dencun's one * migrate system_operations tests * use mock classes - addresses everywhere * fix process_transaction test
- Loading branch information
Showing
22 changed files
with
1,476 additions
and
1,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ dependencies = [ | |
name = "snforge_utils" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"evm", | ||
"snforge_std", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.