How to Install and Uninstall python310-pytest-django Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-pytest-django" package

In this section, we are going to explain the necessary steps to install python310-pytest-django on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pytest-django

2. Uninstall "python310-pytest-django" package

This is a short guide on how to uninstall python310-pytest-django on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-django

3. Information about the python310-pytest-django package on openSuSE Tumbleweed

Information for package python310-pytest-django:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-django
Version : 4.5.2-5.3
Arch : noarch
Vendor : openSUSE
Installed Size : 202.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-django-4.5.2-5.3.src
Upstream URL : https://github.com/pytest-dev/pytest-django
Summary : A Django plugin for Pytest
Description :
pytest-django allows testing Django projects/applications with the
pytest testing tool.
Running the test suite with pytest-django allows tapping into the features
that are already present in pytest:
* Manage test dependencies with pytest fixtures.
* Less boilerplate tests: no need to import unittest and creating a
subclass with methods. Tests can be written as regular functions.
* Database re-use: no need to re-create the test database for every test run.
* Run tests in multiple processes for increased speed (with the pytest-xdist plugin).
* Make use of other pytest plugins.
* Works with both worlds: Existing unittest-style TestCase's still work without any modifications.