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

Last updated: May 17,2024

1. Install "python39-testflo" package

This tutorial shows how to install python39-testflo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-testflo

2. Uninstall "python39-testflo" package

In this section, we are going to explain the necessary steps to uninstall python39-testflo on openSuSE Tumbleweed:

$ sudo zypper remove python39-testflo

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

Information for package python39-testflo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-testflo
Version : 1.4.15-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 163.8 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.