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

Last updated: June 18,2024

1. Install "python38-aiounittest" package

Learn how to install python38-aiounittest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-aiounittest

2. Uninstall "python38-aiounittest" package

Please follow the guidelines below to uninstall python38-aiounittest on openSuSE Tumbleweed:

$ sudo zypper remove python38-aiounittest

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

Information for package python38-aiounittest:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-aiounittest
Version : 1.4.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 35,9 KiB
Installed : No
Status : not installed
Source package : python-aiounittest-1.4.0-1.5.src
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)