{
testName: {
transactions: [...], /// a list of txs to run
post: { ... } // the state after running the txs
pre: { ... } // the state before running the txs
env: {... } // envormental infromation (blockheight, blochhash, ect),
description: "..." // describes what we are testing
}
}
does this test format make sense?