You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: