How to Install and Uninstall python311-aiounittest Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-aiounittest" package

This is a short guide on how to install python311-aiounittest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-aiounittest

2. Uninstall "python311-aiounittest" package

Please follow the instructions below to uninstall python311-aiounittest on openSuSE Tumbleweed:

$ sudo zypper remove python311-aiounittest

3. Information about the python311-aiounittest package on openSuSE Tumbleweed

Information for package python311-aiounittest:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-aiounittest
Version : 1.4.2-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 31.1 KiB
Installed : No
Status : not installed
Source package : python-aiounittest-1.4.2-2.6.src
Upstream URL : https://github.com/kwarunek/aiounittest
Summary : Test AyncIO Python Code Easily
Description :
This is a helper library to ease of your pain (and boilerplate), when writing a
test of the asynchronous code (asyncio). You can test:
* synchronous code (same as the unittest.TestCase)
* asynchronous code, it supports syntax with async/await (Python 3.5+) and
asyncio.coroutine/yield from (Python 3.4)