I am trying to understand the stateful testing which can be performed using Python hypothesis framework. I have tested the code on database given on their official website. When there is an error, hypothesis shows me the sequences of commands which led to this error. But from the output on the console, I don't understand what other sequences of commands which have passed the test. Is there a way to understand that? So that I know hypothesis has performed a particular sequence and it passed. Can someone please help me?
My output on the console is as below:
- 1.00%, Retried draw from sampled_from([Rule(targets=(), function=, arguments={}, precondition=None, bundles=()), Rule(targets=(), function=, arguments={}, precondition= at 0x0000020889231BF8>, bundles=())]).filter(.is_valid) to satisfy filter
- 1.00%, Retried draw from sampled_from([Rule(targets=(), function=, arguments={}, precondition=None, bundles=()), Rule(targets=(), function=, arguments={}, precondition= at 0x0000020889231BF8>, bundles=())]).filter(.is_valid) to satisfy filter
========================== 2 passed in 1.53 seconds ========
Aucun commentaire:
Enregistrer un commentaire