How to Install and Uninstall python3-syrupy Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-syrupy" package

This tutorial shows how to install python3-syrupy on Kali Linux

$ sudo apt update $ sudo apt install python3-syrupy

2. Uninstall "python3-syrupy" package

This is a short guide on how to uninstall python3-syrupy on Kali Linux:

$ sudo apt remove python3-syrupy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-syrupy package on Kali Linux

Package: python3-syrupy
Source: python-syrupy
Version: 4.6.1-1
Installed-Size: 195
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3:any
Size: 51068
SHA256: 0356396a4d5dc116fbf30c2605e1d57c8b09c72ae6bf59921a568fd2d61d7c0a
SHA1: 8e8320e9cfb4607e6628d398f687581125aa08dc
MD5sum: 5c04936e85fe85a325d93d89ecfb9006
Description: Snapshot plugin for pytest (Python 3)
Syrupy enables developers to write tests which assert immutability of computed
results. It aims to upload the following 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.
.
This package installs the Python 3 module.
Description-md5:
Homepage: https://github.com/tophat/syrupy
Section: python
Priority: optional
Filename: pool/main/p/python-syrupy/python3-syrupy_4.6.1-1_all.deb

5. The same packages on other Linux Distributions