https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35248 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #42 from David Nind <david@davidnind.com> --- I ran the tests before and after the patches were applied. I hope that is sufficient for testing. Testing notes using koha-testing-docker: 1. Tests pass before and after patches applied: prove t/db_dependent/Circulation.t prove t/Koha/Exceptions.t prove t/db_dependent/Koha/Item.t prove t/db_dependent/Koha/Booking.t (new tests) prove t/db_dependent/Koha/Biblio.t 2. Note: path to run the tests is t/db_dependent/Koha/Item.t (not db_dependant) for these patches: - Add unit test for Koha::Item->bookings relation - Add unit tests for Koha::Item->find_booking - Add unit tests for Koha::Item->check_booking - Add Koha::Biblio->bookings unit test -- You are receiving this mail because: You are watching all bug changes.