arkmq-org/arkmq-org-broker-operator
View on GitHubinvestigate and rationalise our tests, ginkgo vs go test
Open
#1,375 opened on Apr 9, 2026
enhancementgohelp wanted
Repository metrics
- Stars
- (87 stars)
- PR merge metrics
- (PR metrics pending)
Description
in debugging in particular, a ginkgo test run will pick up the go tests, your break point can be hit many times before matching the scenario being investigated.
it seems we should just use ginkgo everywhere. maybe we should research what others do, but whatever is simplest we should do to make debugging easier.
it may just be more packages are necessary.