Client: add API endpoints integration tests
Closes #1920 (closed).
(python:venv) ↪ pytest
========================================================================== test session starts ===========================================================================
platform linux -- Python 3.5.3, pytest-3.10.1, py-1.8.0, pluggy-0.12.0
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/haltode/work/swh/swh-environment/swh-graph/.hypothesis/examples')
rootdir: /home/haltode/work/swh/swh-environment/swh-graph, inifile: pytest.ini
plugins: postgresql-1.4.1, hypothesis-4.32.2, celery-4.3.0, kafka-0.3.1, django-3.5.1, requests-mock-1.6.0
collected 6 items
swh/graph/tests/test_api_client.py ...... [100%]
======================================================================= 6 passed in 11.69 seconds ========================================================================
Migrated from D1787 (view on Phabricator)