How to Install and Uninstall python-interlude Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python-interlude" package

Here is a brief guide to show you how to install python-interlude on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-interlude

2. Uninstall "python-interlude" package

Here is a brief guide to show you how to uninstall python-interlude on openSUSE Leap:

$ sudo zypper remove python-interlude

3. Information about the python-interlude package on openSUSE Leap

Information for package python-interlude:
-----------------------------------------
Repository : Main Repository
Name : python-interlude
Version : 1.3.1-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 10,4 KiB
Installed : No
Status : not installed
Source package : python-interlude-1.3.1-bp153.1.13.src
Summary : Interlude for Doctests provides an Interactive Console
Description :
Provides an interactive shell aka console inside your doctest case.
The console looks exact like in a doctest-case and you can copy and paste
code from the shell into your doctest. It feels as you are in the test case
itself. Its not pdb, it's a python shell.
In your doctest you can invoke the shell at any point by calling::
>>> interact( locals() )
To make your testrunner interlude aware following is needed: