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

Last updated: May 06,2024

1. Install "python2-testflo" package

Please follow the step by step instructions below to install python2-testflo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-testflo

2. Uninstall "python2-testflo" package

Please follow the guidance below to uninstall python2-testflo on openSUSE Leap:

$ sudo zypper remove python2-testflo

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

Information for package python2-testflo:
----------------------------------------
Repository : Main Repository
Name : python2-testflo
Version : 1.3.4-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 137,3 KiB
Installed : No
Status : not installed
Source package : python-testflo-1.3.4-bp153.1.15.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.