Skip to content

Integration tests for Sticker Request #124

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

Merged
merged 4 commits into from
May 24, 2024
Merged

Conversation

surajkumar
Copy link
Contributor

@surajkumar surajkumar commented May 23, 2024

closes #144

This PR adds integration tests for the Sticker API and fixes bugs that were found during testing.

There isn't full test coverage here however the following has been tests:

  • Create sticker
  • Get sticker
  • Delete sticker
  • Modify sticker

Opted to tests them in a mega test for example delete is indirectly tested by create as part of test clean up.

Missed sticker packer tests and opted only for the important stuff.

@surajkumar surajkumar marked this pull request as ready for review May 24, 2024 12:42
Copy link

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@surajkumar surajkumar merged commit 2cfa0b0 into main May 24, 2024
5 checks passed
@surajkumar surajkumar deleted the test-sticker-requests branch May 24, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Integration tests for StickerRequest
1 participant