/inspire-records

WIP

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

inspire-records

https://travis-ci.org/inspirehep/inspire-records.svg?branch=master https://coveralls.io/repos/github/inspirehep/inspire-records/badge.svg?branch=master

About

INSPIRE module that adds more fun to the platform.

Style Guide

Tests

$ docker-compose -f docker-compose.test.yml build
$ docker-compose -f docker-compose.test.yml run --rm tests py.test tests/unit
$ docker-compose -f docker-compose.test.yml run --rm tests py.test tests/integration

Run a specific test

$ docker-compose -f docker-compose.test.yml exec tests pytest tests/integration/api/test_api_base.py --pdb -s