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