Skip to content

Test/add api route coverage#379

Merged
Mosas2000 merged 20 commits into
mainfrom
test/add-api-route-coverage
May 13, 2026
Merged

Test/add api route coverage#379
Mosas2000 merged 20 commits into
mainfrom
test/add-api-route-coverage

Conversation

@Mosas2000

Copy link
Copy Markdown
Owner

New Test Cases:

Added dedicated test for tip retrieval by ID
Added test for non-existent tip ID
Added test for invalid tip ID format
Added test for retrieving tips by user address
Added test for tips received by user
Added test for invalid user address format
Added test for user with no tips
Added test for aggregate statistics endpoint
Added test for stats with no data
Added test for admin events endpoint
Added test for empty admin events
Added test for bypass detection endpoint
Added test for empty bypasses list
Added test for tips pagination
Added test for invalid pagination limit
Added test for negative offset
Fixed invalid tip ID test expectation
Added test coverage documentation
Removed redundant combined test
Added comprehensive test changes summary

Closes #352

@Mosas2000 Mosas2000 merged commit d0ddb11 into main May 13, 2026
4 of 9 checks passed
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 coverage for the remaining chainhook API routes

1 participant