Skip to content

inspirehep/inspire-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17db047 · Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Aug 23, 2024
Jul 24, 2024
Aug 6, 2024
Dec 3, 2024
Aug 6, 2017
Dec 3, 2024
Aug 6, 2024
Dec 3, 2024
Dec 3, 2024

Repository files navigation

INSPIRE-Utils

About

INSPIRE-specific utils.

Development

Tests should be run both for python 2 and python 3. For python 2 its recommended to run them through docker:

docker build -f Dockerfile.py2   -t inspire-utils:py2 .
docker run inspire-utils:py2 pytest tests

For python 3 you can run them locally:

pip install .[tests]
pytest tests