Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Executar Testes de Unidade

Juan Funez edited this page Jan 21, 2016 · 1 revision

Executar Tests de Unidade

Execute: make test

Opcionalmente pode executar os tests utilizando o script manager.py, mas previamente certifique-se que a variável de ambiente OPAC_CONFIG seja defina como: config.testing.

export OPAC_CONFIG="config.testing"
python manager.py test

Clone this wiki locally