How to Install and Uninstall python3-testflo Package on openSUSE Leap

Last updated: June 17,2024

1. Install "python3-testflo" package

This is a short guide on how to install python3-testflo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testflo

2. Uninstall "python3-testflo" package

Please follow the instructions below to uninstall python3-testflo on openSUSE Leap:

$ sudo zypper remove python3-testflo

3. Information about the python3-testflo package on openSUSE Leap

Information for package python3-testflo:
----------------------------------------
Repository : Main Repository
Name : python3-testflo
Version : 1.3.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 171.3 KiB
Installed : No
Status : not installed
Source package : python-testflo-1.3.4-bp155.2.12.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.