How to Install and Uninstall python310-syrupy Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-syrupy" package
This guide let you learn how to install python310-syrupy on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-syrupy
Copied
2. Uninstall "python310-syrupy" package
This is a short guide on how to uninstall python310-syrupy on openSuSE Tumbleweed:
$
sudo zypper remove
python310-syrupy
Copied
3. Information about the python310-syrupy package on openSuSE Tumbleweed
Information for package python310-syrupy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-syrupy
Version : 4.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 315.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.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-syrupy
Version : 4.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 315.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.