How to Install and Uninstall python311-testflo Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-testflo" package

Please follow the steps below to install python311-testflo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-testflo

2. Uninstall "python311-testflo" package

Please follow the instructions below to uninstall python311-testflo on openSuSE Tumbleweed:

$ sudo zypper remove python311-testflo

3. Information about the python311-testflo package on openSuSE Tumbleweed

Information for package python311-testflo:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-testflo
Version : 1.4.15-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 212.3 KiB
Installed : No
Status : not installed
Source package : python-testflo-1.4.15-1.2.src
Upstream URL : https://github.com/OpenMDAO/testflo
Summary : A flow-based testing framework
Description :
This module provides a flow-based testing framework. testflo supports
testing of the OpenMDAO framework. Some OpenMDAO features require
execution under MPI, while others don't. testflo runs all of the
authors' tests in the same way and allows them to build their tests
using unittest.TestCase objects that they are familiar with.