How to Install and Uninstall python3-django-setuptest Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-django-setuptest" package

This is a short guide on how to install python3-django-setuptest on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-django-setuptest

2. Uninstall "python3-django-setuptest" package

Please follow the guidance below to uninstall python3-django-setuptest on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-django-setuptest $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-setuptest package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-setuptest
Architecture: all
Version: 0.2.1-4
Priority: optional
Section: universe/python
Source: django-setuptest
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: python3-setuptools, python3-coverage, python3-django, python3-pep8, python3:any
Filename: pool/universe/d/django-setuptest/python3-django-setuptest_0.2.1-4_all.deb
Size: 9460
MD5sum: 4c3113234f89b96651fcec97a08be53b
SHA1: 54e7ac252fb682bbbf1b8650b28aa133c97af10a
SHA256: 4bca9610c3d90afee9f1247456145fbd8af9e12635ac9c14d0ddc041e1b98744
SHA512: 8b16eda0a4da3fa7a7bcfe52986c739f2596abf18e11a1fea39f03015dc9a24febea08e0bb70b038ae8903ad7c1d3ec814966e69e55137570a2b7b611f98aa6d
Homepage: https://github.com/praekelt/django-setuptest
Description-en: simple test suite enabling Django app testing via setup.py (Python3 version)
Django Setuptest is a simple module enabling Django app testing via setup.py.
.
Normally when you execute
.
$ python setup.py test
.
for Django related modules you're almost certain to run into
DJANGO_SETTINGS_MODULE environment variable issues, e.g.:
.
ImportError: Settings cannot be imported, because environment variable
DJANGO_SETTINGS_MODULE is undefined.
.
This module overcomes this by configuring the DJANGO_SETTINGS_MODULE
environment variable before executing your test suite. As a bonus it also
generates Coverage and PEP 8 reports as part of the test.
.
This is the Python 3 version of the package.
Description-md5: 7d9c21ceaf4ba3cdd5c0450718727eab