-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We can use devnet loading/dumping with pickle to save time in running python tests as initial setup state will always be the same for each test.
We should implement a cached_state fixture that checks if there exists come pickle file and if so calls the /load rpc endpoint on the devnet. If it's not present it will call the /dump rpc endpoint at the end of the current fixture or test.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request