How to Install and Uninstall python2-pytest-django Package on openSUSE Leap
Last updated: February 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-pytest-django" package
In this section, we are going to explain the necessary steps to install python2-pytest-django on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-pytest-django
Copied
2. Uninstall "python2-pytest-django" package
This tutorial shows how to uninstall python2-pytest-django on openSUSE Leap:
$
sudo zypper remove
python2-pytest-django
Copied
3. Information about the python2-pytest-django package on openSUSE Leap
Information for package python2-pytest-django:
----------------------------------------------
Repository : Main Repository
Name : python2-pytest-django
Version : 3.9.0-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 216,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-django-3.9.0-bp153.1.21.src
Summary : A Django plugin for py.test
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.
----------------------------------------------
Repository : Main Repository
Name : python2-pytest-django
Version : 3.9.0-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 216,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-django-3.9.0-bp153.1.21.src
Summary : A Django plugin for py.test
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.