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

Last updated: July 03,2024

1. Install "python36-aiounittest" package

This guide covers the steps necessary to install python36-aiounittest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-aiounittest

2. Uninstall "python36-aiounittest" package

This tutorial shows how to uninstall python36-aiounittest on openSuSE Tumbleweed:

$ sudo zypper remove python36-aiounittest

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

Information for package python36-aiounittest:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-aiounittest
Version : 1.4.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 35,8 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)