Bug 20942: Unit tests for /patrons/{patron_id}/account
commit7cbff1bce1608016e8b8ceded7633678189b75cc
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 13 Jun 2018 17:02:30 +0000 (13 14:02 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 18 Jul 2018 16:49:26 +0000 (18 16:49 +0000)
tree2a6e17fc2aec2cfe9045c91c9f2634a5cec29cb5
parentd383b49987b8e5471cb9f30ed879e1311e762b26
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>
t/db_dependent/api/v1/patrons_accounts.t [new file with mode: 0644]