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

Last updated: July 01,2024

1. Install "python311-syrupy" package

In this section, we are going to explain the necessary steps to install python311-syrupy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-syrupy

2. Uninstall "python311-syrupy" package

Please follow the step by step instructions below to uninstall python311-syrupy on openSuSE Tumbleweed:

$ sudo zypper remove python311-syrupy

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

Information for package python311-syrupy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-syrupy
Version : 4.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 393.3 KiB
Installed : No
Status : not installed
Source package : python-syrupy-4.6.0-1.2.src
Upstream URL : https://github.com/tophat/syrupy
Summary : Pytest Snapshot Test Utility
Description :
Syrupy is a [pytest](https://docs.pytest.org/en/latest/) snapshot plugin. It enables developers to write tests which assert immutability of computed results.
The most popular snapshot test plugin compatible with pytest has some core limitations which this package attempts to address by upholding some key values:
- Extensible: If a particular data type is not supported, users should be able to easily and quickly add support.
- Idiomatic: Snapshot testing should fit naturally among other test cases in pytest, e.g. `assert x == snapshot` vs. `snapshot.assert_match(x)`.
- Soundness: Snapshot tests should uncover even the most minute issues. Unlike other snapshot libraries, Syrupy will fail a test suite if a snapshot does not exist, not just on snapshot differences.