Найти в Дзене
Протестировал

В Питоне есть как минимум один плюс - это замечательная библиотека Hypothesis

В Питоне есть как минимум один плюс - это замечательная библиотека Hypothesis. Внезапно, один из разработчиков этой библиотеки Zac Hetfield-Dodds говорит, что по его оценкам только 5% пользователей Питона используют Hypothesis: Generative testing is also inherently in opposition to the current mainstream state of quality techniques. In his talk about the adoption of the Hypothesis property-based testing library, Zac Hetfield-Dodds mentioned that only 5% of Python users use Hypothesis according to their measurements. When most people think of checking for functional correctness, they think of lots and lots of hand-written example-based tests running in CI, with maybe some linting or static type checking layered on top. They typically don’t think in terms of properties and generating inputs. via

В Питоне есть как минимум один плюс - это замечательная библиотека Hypothesis. Внезапно, один из разработчиков этой библиотеки Zac Hetfield-Dodds говорит, что по его оценкам только 5% пользователей Питона используют Hypothesis:

Generative testing is also inherently in opposition to the current mainstream state of quality techniques. In his talk about the adoption of the Hypothesis property-based testing library, Zac Hetfield-Dodds mentioned that only 5% of Python users use Hypothesis according to their measurements. When most people think of checking for functional correctness, they think of lots and lots of hand-written example-based tests running in CI, with maybe some linting or static type checking layered on top. They typically don’t think in terms of properties and generating inputs.

via