-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: pop-api nonfungibles integration tests #462
feat: pop-api nonfungibles integration tests #462
Conversation
…elease separately (#433)
…tin/feat-api_nonfungibles_integration_tests
c18f878
to
e231b77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR seems good but did not do a final review. Many of the files have already been reviewed so it would be nice if that can be fixed :)
Could we add the contract size of both contracts too please
pop-api/integration-tests/contracts/create_collection_in_constructor/Cargo.toml
Outdated
Show resolved
Hide resolved
pop-api/integration-tests/contracts/create_collection_in_constructor/Cargo.toml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Mostly some comments around simplifying some of the tests more, but after that ready to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done! Thanks for addressing the feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done, thanks!
Integration tests for #461
The test structure for each API methods follow:
[sc-1243]