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
Do you want to test each of these tasks individually or do you want the test to automate the installing and instantiating to test the send, create, and query tasks?
I'll accept PRs that accomplish this in pieces. Maybe I should make this an epic. I'm thinking you should be able to run each test individually, or chain them. Each of these steps is a pre-req for the next, so chaining them makes sense. ie: you won't be able to create a marble before installing + instantiating the chaincode, so calling the create marble test should call the install chaincode and instantiate test.
I guess i'm thinking of these test running on a brand new, uninitialized setup. BUT I'm open to making it run on an existing setup. If the network was already in use, you could fire the query marble test w/o running the install/instantiate/invoke tests...
Create automated tests to verify the backend works appropriately.
The text was updated successfully, but these errors were encountered: