1. Intalação em Desenvolvimento

1.1. Dependências

  • Python 3.x

  • Django 2.0 ou posterior

1.2. Intalação em Desenvolvimento

Depois de fazer o Fork ou Clonar:

$ cd django-api-client/
$ pip install -r requirements-dev.txt
$ pre-commit install

The requirements-dev are only used for development, so we can easily install/track dependencies required to run the tests using continuous integration platforms.

The official entrypoint for distritubution is the requirements.txt which contains the minimum requirements to execute the tests.

1.3. Rodando testes

$ make test

ou

$ cd test-django-project/
$ py.test -vv -s