Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-syrupy-4.6.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-syrupy Distribution: openSUSE:Factory:zSystems
Version: 4.6.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Nov 9 15:44:15 2023
Group: Unspecified Build host: s390zl22
Size: 322677 Source RPM: python-syrupy-4.6.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tophat/syrupy
Summary: Pytest Snapshot Test Utility
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.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Nov 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.6.0:
    * **serializer:** add support for FunctionType serialization
    * support setting defaults
    * **filter:** add paths_include filter
    * add include option to snapshots, similar to exclude
    * remove colored dependency
    * support python 3.12
    * **serializer:** add snapshot regex value matcher and bypass
      custom repr helper
    * preserve Falsy values in assertion diff function
    * **amber:** expose serialize_custom_iterable method of
      AmberDataSerializer
  - drop no-colored.patch: obsolete
* Mon Jul 24 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.0.8:
    * diffing excessively large snapshot lines (#778) (64b4265)
    * large snapshot diff recursion error (#776) (24260b1)
    * improve reporting around xfailed snapshots
    * hide empty snapshot report (#768) (8f581d5)
* Thu Jul 13 2023 Markéta Machová <mmachova@suse.com>
  - Initial packaging (v4.0.4), needed by translate-toolkit

Files

/usr/lib/python3.9/site-packages/syrupy
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/LICENSE
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/METADATA
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/RECORD
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/REQUESTED
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/WHEEL
/usr/lib/python3.9/site-packages/syrupy-4.6.0.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/syrupy/__init__.py
/usr/lib/python3.9/site-packages/syrupy/__pycache__
/usr/lib/python3.9/site-packages/syrupy/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/assertion.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/assertion.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/constants.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/constants.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/data.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/data.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/exceptions.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/filters.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/filters.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/location.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/location.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/matchers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/matchers.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/report.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/report.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/session.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/session.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/terminal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/terminal.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/types.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/types.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/assertion.py
/usr/lib/python3.9/site-packages/syrupy/constants.py
/usr/lib/python3.9/site-packages/syrupy/data.py
/usr/lib/python3.9/site-packages/syrupy/exceptions.py
/usr/lib/python3.9/site-packages/syrupy/extensions
/usr/lib/python3.9/site-packages/syrupy/extensions/__init__.py
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/base.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/image.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/image.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/single_file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/__pycache__/single_file.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/amber
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__init__.py
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__pycache__
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__pycache__/serializer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/__pycache__/serializer.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/amber/serializer.py
/usr/lib/python3.9/site-packages/syrupy/extensions/base.py
/usr/lib/python3.9/site-packages/syrupy/extensions/image.py
/usr/lib/python3.9/site-packages/syrupy/extensions/json
/usr/lib/python3.9/site-packages/syrupy/extensions/json/__init__.py
/usr/lib/python3.9/site-packages/syrupy/extensions/json/__pycache__
/usr/lib/python3.9/site-packages/syrupy/extensions/json/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/json/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/syrupy/extensions/single_file.py
/usr/lib/python3.9/site-packages/syrupy/filters.py
/usr/lib/python3.9/site-packages/syrupy/location.py
/usr/lib/python3.9/site-packages/syrupy/matchers.py
/usr/lib/python3.9/site-packages/syrupy/py.typed
/usr/lib/python3.9/site-packages/syrupy/report.py
/usr/lib/python3.9/site-packages/syrupy/session.py
/usr/lib/python3.9/site-packages/syrupy/terminal.py
/usr/lib/python3.9/site-packages/syrupy/types.py
/usr/lib/python3.9/site-packages/syrupy/utils.py
/usr/share/doc/packages/python39-syrupy
/usr/share/doc/packages/python39-syrupy/README.md
/usr/share/licenses/python39-syrupy
/usr/share/licenses/python39-syrupy/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024