disgo icon indicating copy to clipboard operation
disgo copied to clipboard

update Coverage Test

Open switchupcb opened this issue 1 year ago • 0 comments

Here are requests which are not present in the current coverage test, but should be.

  1. CreateTestEntitlement
  2. ListEntitlements
  3. ListSKUs
  4. CreateApplicationEmoji
  5. ListDefaultSoundboardSounds
  6. DeleteTestEntitlement
  7. ModifyCurrentUserVoiceState
  8. ListGuildSoundboardSounds
  9. DeleteApplicationEmoji
  10. GetApplicationEmoji
  11. ListApplicationEmojis
  12. ModifyApplicationEmoji
  13. GetApplicationCommandPermissions
  14. ModifyUserVoiceState
  15. GetSticker
  16. GetAnswerVoters
  17. EndPoll

The coverage test can be modified manually at this point. — https://github.com/switchupcb/disgo/blob/v10/_gen/coverage/README.md#generation

Implementation

https://github.com/switchupcb/disgo/blob/v10/_contribution/CONTRIBUTING.md

  • https://github.com/switchupcb/disgo/blob/v10/_gen/coverage/README.md#generation

You can add the requests above — with respective event handlers — to the coverage test at https://github.com/switchupcb/disgo/blob/v10/wrapper/tests/integration/coverage_test.go

switchupcb avatar Feb 16 '25 17:02 switchupcb