Code review fix for PR #26 #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Review Feedback from han
PR #26: feat(core): implement services for issue #8
Requested Changes
Unit tests for services
The PR implements BountyService and TrackingService in
core/services.py, but han requested unit tests to ensure the services work correctly even with faulty input.Required:
tests/test_services.pywith unit tests for:BountyService: test add_bounty, list_bounties, get_bounty, update_bounty, delete_bountyTrackingService: test track_bounty, untrack_bounty, get_tracked_bountiesApproved: lgtm (han), but requested changes before merge.