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

Last updated: June 29,2024

1. Install "python312-testflo" package

This guide covers the steps necessary to install python312-testflo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-testflo

2. Uninstall "python312-testflo" package

This guide let you learn how to uninstall python312-testflo on openSuSE Tumbleweed:

$ sudo zypper remove python312-testflo

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

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