/justice-league

Primary LanguagePythonMIT LicenseMIT

Justice League

Environments

Environment URL
production https://justice-league-one.herokuapp.com/

Flow Aplication

Click here

Installation

pip install -r requirements.txt

Start Application

python src/main.py

Running Tests

First, you need to install the test runner (nosetests)

pip install -r requirements-dev.txt

To run all tests, use the test runner at the root of the project: To run all the tests, you can use nosetests from the root of project

nosetests

Also, you can run only unit tests:

nosetests tests/unit

To measure test coverage, run the command bellow

nosetests --with-coverage --cover-package=src  --cover-inclusive --cover-html

Postman

Collection
Docs