How to Install django-testscenarios in Ubuntu 18.04



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

sudo apt update
sudo apt install django-testscenarios

Description:

Django unit test scenarios support (Python 2)

This package provides django test support for using testscenarios.TestCase together with django.tests.TestCase. Tests can be given scenarios which all share the django database setup methods.

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

Version: 0.10-1

Section: universe/net