How to Install and Uninstall python3-django-setuptest Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-django-setuptest" package

Please follow the guidance below to install python3-django-setuptest on Kali Linux

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

2. Uninstall "python3-django-setuptest" package

Please follow the step by step instructions below to uninstall python3-django-setuptest on Kali Linux:

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

3. Information about the python3-django-setuptest package on Kali Linux

Package: python3-django-setuptest
Source: django-setuptest
Version: 0.2.1-6
Installed-Size: 42
Maintainer: Debian Python Team
Architecture: all
Depends: python3-setuptools, python3-coverage, python3-django, python3-pep8, python3:any
Size: 10388
SHA256: 1b6acffba874e58858bb9038ae0c3d22e55dde22e9d2a36760905b22b4defe68
SHA1: 78955a9094372c76c38d1ad0f65bfbc649c254e4
MD5sum: 3f27d8659e6370857ec3082d736491cf
Description: 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:
Homepage: https://github.com/praekelt/django-setuptest
Section: python
Priority: optional
Filename: pool/main/d/django-setuptest/python3-django-setuptest_0.2.1-6_all.deb