Pytest plugin for snapshot regression testing
pytest-regtest is a plugin for pytest to implement regression testing. Unlike functional testing, regression testing does not test whether the software produces the correct results, but whether it behaves as it did before changes were introduced. More specifically, pytest-regtest provides snapshot testing, which implements regression testing by recording data within a test function and comparing this recorded output to a previously recorded reference output.
$
pkg install py311-pytest-regtestOrigin
devel/py-pytest-regtest
Size
213KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
2 packages
Required by
0 packages