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

Last updated: June 13,2024

1. Install "python38-testflo" package

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

$ sudo zypper refresh $ sudo zypper install python38-testflo

2. Uninstall "python38-testflo" package

Learn how to uninstall python38-testflo on openSuSE Tumbleweed:

$ sudo zypper remove python38-testflo

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

Information for package python38-testflo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-testflo
Version : 1.4.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 170,3 KiB
Installed : No
Status : not installed
Source package : python-testflo-1.4.2-2.2.src
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.