Path to this page:
Next | Query returned 3 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-29 09:08:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-test-snapshot: let PKGNAME match directory name
|
2024-07-29 09:07:10 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
devel/py-test-snapshot: import py-pytest-snapshot-0.9.0
A plugin for snapshot testing with pytest.
This library was inspired by jest's snapshot testing. Snapshot
testing can be used to test that the value of an expression does
not change unexpectedly. The added benefits of snapshot testing
are that
* They are easy to create.
* They are easy to update when the expected value of a test
changes.
Instead of manually updating tests when the expected value of an
expression changes, the developer simply needs to
* run pytest --snapshot-update to update the snapshot tests
* verify that the snapshot files contain the new expected results
* commit the snapshot changes to version control
|
Next | Query returned 3 messages, browsing 1 to 10 | previous