[Koha-bugs] [Bug 23677] Add route to get a bibliographic record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 4 10:38:51 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23677

Arthur Suzuki <arthur.suzuki at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #93623|0                           |1
        is obsolete|                            |

--- Comment #17 from Arthur Suzuki <arthur.suzuki at biblibre.com> ---
Created attachment 93682
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93682&action=edit
Bug 23677: Unit tests

This patch introduces tests for the GET /biblios/{biblio_id} endpoint.
It tries to cover all the use cases.

To test:
- Apply this patchset
- Run:
  $ kshell
 k$ prove t/db_dependent/api/v1/biblios.t
=> SUCCESS: Tests pass!
- Use Postman (or your favourite tool) to test the API
=> SUCCESS: Works as expected!
- Sign off :-D

Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list