-
Notifications
You must be signed in to change notification settings - Fork 205
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
New Feature: Implemented disassemble method #622
New Feature: Implemented disassemble method #622
Conversation
I couldn't figure out how to write tests for this, so I would appreciate a push in the right direction. I searched the tests directory for |
nice! thanks for submitting this. Tests are written for all the sdks in this repo https://github.com/algorand/algorand-sdk-testing/ Once written you can tweak the Then enable the tagged tests in the @michaeldiamant anything to add? |
@kael-shipman Thanks for offering a contribution! Let us know if the above note + this note help provide a stating point.
Linking to a recent test addition example + corresponding implementation in js-algorand-sdk: The example illustrates a couple of facets:
|
Ah, thanks! I saw this comment but marked it "read" and forgot to come back to it. I'll see if I have time today to add some tests. Thanks for the push! |
Update: we have recently refactored the way tests work. The general approach described by @barnjamin remains the same. But there is no longer a |
Sorry, I've moved on to other things and don't know if I'll get a chance to figure out how testing works for this. I took a look at it last week and it wasn't immediately obvious to me how to write test cases, although the examples were helpful. Given that, you can feel free to close this PR if no one is available to fill in the tests. |
@kael-shipman Thanks for the update. I appreciate you took a look at the testing methodology and totally understand that it's a greater time investment than you have available now. Closing the PR for now. |
This implementation closes #621