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

Last updated: July 02,2024

1. Install "python312-syrupy" package

Learn how to install python312-syrupy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-syrupy

2. Uninstall "python312-syrupy" package

This tutorial shows how to uninstall python312-syrupy on openSuSE Tumbleweed:

$ sudo zypper remove python312-syrupy

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

Information for package python312-syrupy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-syrupy
Version : 4.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 371.5 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.