22 Jan
2024
22 Jan
'24
11:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #11)
It looks like Koha::OAI::Client::Harvester is still missing unit tests though. I think that's going to be a QA blocker.
At a minimum, I think the code handling "$response->next" should be in separate unit tested functions. (In theory, the other earlier code within the "new" constructor could probably be moved into an "init" function as well. But that is harder to test since it interacts with a real website. We could create a fake website but I think that would be a bit above and beyond.) -- You are receiving this mail because: You are watching all bug changes.