-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/unit test #7
Conversation
…kHeight" & "getUnspentBoxesByAddress" methods
…tion with Mainnet configuration
…tion with Testnet configuration
…, "storedAssetList", "ready" and "close" methods
… "getConnectedInstances" methods
…umber" and "getAddressUnspentBoxes" methods
… and "loadAssets" methods
…loadPools", "getPoolData" and "storedTokenList" methods
Hey, @satiparpar, I am reviewing your code. There are a lot of changes, so it might take a long time. I want to ask you about your code: What functionalities did you target when writing the tests? |
hey @ahmadyazdanii ; thanks for you careful review . I see your concern and I would like to tell you that I tried my best to cover all aspects of functions to write unit tests. |
Hi @ahmadyazdanii & @hirotadashi ;
This pull request contains the tests for the "ergo.config", "dex.service". "node.service" and "Ergo" sections. Please review them. If there are any changes needed, kindly let me know.
Thank you!