Objectives The use of the PY test in Nuclear Medicine was analyzed amongst hospitals in Northern California. Ten Nuclear Medicine departments were evaluated on how frequent PY tests are being ...
Context: I write Hypothesis, a randomized testing library for Python. It works "well" under py.test, but only in the sense that it ignores py.test almost completely other than doing its best to expose ...
check("tb_m.obj6.multiple(10) == 20", warning=True, repeat=2) def test_without_init(): eq(tb_m.obj7.get_value(), 1) eq(tb_m.obj7.get_value(), 2) ...