【发布时间】:2016-12-06 20:09:57
【问题描述】:
我这个问题的上下文是在 Python 中。
假设检验库(即基于属性的检验): https://hypothesis.readthedocs.io/en/latest/
【问题讨论】:
-
基于属性的测试是一种测试策略。突变测试是一种断言测试强度的方法:pedrorijo.com/blog/intro-mutation
标签: python testing mutation-testing hypothesis-test property-based-testing