Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 674 Bytes

statistics.rst

File metadata and controls

21 lines (14 loc) · 674 Bytes

Gathering statistics

pyqcy.statistics

As your tests are ran <running>, you may want to gain some insight into what test cases are actually generated in order to verify your properties. Usually, however, there will be hundreds or thousands of them, so you certainly don't want to wade through them all.

To consolidate this data into more useful information, pyqcy provides you with statistical functions: collect and classify.

Warning

All statistical functions described below must be yield from within test properties to be recorded.

collect

classify