1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-29 09:33:47 +02:00
dspace-statistics-api/tests
Alan Orth d94134f80a
tests/test_api.py: Try to add workaround for Python 3.5
In Python 3.5 it seems that json.loads() cannot decode a bytes, but
it works in Python 3.6 and 3.7. Let's try a workaround to see if we
can get it working on both Python 3.5 and 3.6+.

See: https://docs.python.org/3.5/library/json.html#json.loads
See: https://docs.python.org/3.6/library/json.html#json.loads
2018-11-11 17:00:20 +02:00
..
__init__.py Add initial API tests 2018-11-11 16:24:54 +02:00
dspacestatistics.sql Test API using pytest and PostgreSQL on Travis 2018-11-11 16:25:16 +02:00
test_api.py tests/test_api.py: Try to add workaround for Python 3.5 2018-11-11 17:00:20 +02:00