blob: b778e9f63bc75faeeaa764f4fc0c6ff439b81061 (
plain) (
blame)
1
2
3
4
5
6
7
|
pytest-regtest is a pytest-plugin for implementing regression tests.
Compared to functional testing a regression test does not test if
software produces correct results, instead a regression test checks
if software behaves the same way as it did before introduced changes.
pytest-regtest allows capturing selected output which then can be
compared to the captured output from former runs.
|