How to Install and Uninstall python36-pytest-attrib Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-pytest-attrib" package

This is a short guide on how to install python36-pytest-attrib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pytest-attrib

2. Uninstall "python36-pytest-attrib" package

This guide covers the steps necessary to uninstall python36-pytest-attrib on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-attrib

3. Information about the python36-pytest-attrib package on openSuSE Tumbleweed

Information for package python36-pytest-attrib:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-attrib
Version : 0.1.3-3.17
Arch : noarch
Vendor : openSUSE
Installed Size : 15,4 KiB
Installed : No
Status : not installed
Source package : python-pytest-attrib-0.1.3-3.17.src
Summary : Pytest plugin to select tests based on attributes
Description :
The pytest-attrib plugin extends py.test with the ability to select tests
based on a criteria rather than just the filename or pytest.marks. For
example, you might want to run only tests that need internet connectivity,
or tests that are slow.
The pytest.mark plugin already provides a featrure to mark tests and run
only the marked tests. This plugin also allows to run expressions on the
attributes of the class, and does not require the pytest.mark decorator.
It offers features similar to the nose plugin nose-attrib.