Bug 20942: Unit tests for /patrons/{patron_id}/account
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 13 Jun 2018 17:02:30 +0000 (14:02 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 2 Aug 2018 13:43:02 +0000 (14:43 +0100)
commit19f1352794665620dfd4f698a6b6f15e52afd91e
treeae1b8a0fcfef1cc67f9431aaf45b5cd5a3c47fc4
parent12e8634c00453a6ee072e7988b2ffdc7a8936991
Bug 20942: Unit tests for /patrons/{patron_id}/account

This patch adds tests for the /patrons/{patron_id}/account endpoint.
To test:

- Run:
  $ kshell
 k$ prove t/db_dependent/api/v1/patrons_accounts.t
=> FAIL: Tests should fail because the endpoint is not implemented.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 7cbff1bce1608016e8b8ceded7633678189b75cc)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/api/v1/patrons_accounts.t [new file with mode: 0644]