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

Last updated: September 28,2024

1. Install "python39-syrupy" package

Please follow the step by step instructions below to install python39-syrupy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-syrupy

2. Uninstall "python39-syrupy" package

Please follow the instructions below to uninstall python39-syrupy on openSuSE Tumbleweed:

$ sudo zypper remove python39-syrupy

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

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