How to Install django-testproject in Ubuntu 18.04



Install django-testproject by entering the following commands in the terminal:

sudo apt update
sudo apt install django-testproject

Description:

Django test project support (Python 2 version)

This package provides django test project support to make it easier to run application unit tests without testing other parts of django core. . Projects can use run_tests to specify which parts of the codebase listed in INSTALLED_APPLICATIONS will run unit tests.

Homepage: http://www.linaro.org/engineering/engineering-groups/validation

Version: 0.1.3-2

Section: universe/net