Some tests for various API endpoints.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Jan 2019 23:34:07 +0000 (00:34 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Jan 2019 23:39:10 +0000 (00:39 +0100)
commitf3e9066b40546163f0df4678702ca4d7d31f9f84
treed202e5db1e4c96e1a59ba78e9f3821d8466723c4
parentb6acaa277803adf1f39dd61b362ca499b1bb6064
Some tests for various API endpoints.
17 files changed:
src/api/tests.py [deleted file]
src/api/tests/__init__.py [new file with mode: 0644]
src/api/tests/res/responses/audiobooks.json [new file with mode: 0644]
src/api/tests/res/responses/blog.json [new file with mode: 0644]
src/api/tests/res/responses/collections.json [new file with mode: 0644]
src/api/tests/res/responses/daisy.json [new file with mode: 0644]
src/api/tests/res/responses/ebooks.json [new file with mode: 0644]
src/api/tests/res/responses/filter-books.json [new file with mode: 0644]
src/api/tests/res/responses/newest.json [new file with mode: 0644]
src/api/tests/res/responses/preview.json [new file with mode: 0644]
src/api/tests/res/responses/recommended.json [new file with mode: 0644]
src/api/tests/tests.py [new file with mode: 0644]
src/catalogue/fixtures/collection-boy.json [deleted file]
src/catalogue/fixtures/test-books.yaml [new file with mode: 0644]
src/manage.py
src/wolnelektury/settings/test.py [new file with mode: 0644]
src/wolnelektury/test_utils.py [new file with mode: 0644]