rmrk-team/evm

Moar Tests

Closed this issue · 1 comments

ed-iv commented

The following is a list of methods in the public API that looked like they could use test coverage:

  • General
    • approve
    • isApprovedOrOwner
    • getApproved
    • tokenURI
  • Resources
    • getResourceObject
    • getResourceOverwrites
    • hashResource16
  • Introspection
    • isRmrkCore
  • Nesting
    • deleteChildFromChildren
    • setChild
  • Transfers
    • transfer
    • transferFrom
  • Royalties
    • getRoyaltyData
    • setRoyaltyData

Besides royalties which are not yet implemented, everything else is covered or removed.