With pytest's tests I am seeing the following line all the time.
I think it would be nice if it could be disabled (made quiet):
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/user/Vcs/pytest/.hypothesis/examples')
There's --hypothesis-verbosity already, but it appears to have a different purpose?
I think a config/ini option would be good (instead of a cli argument/param).
With pytest's tests I am seeing the following line all the time.
I think it would be nice if it could be disabled (made quiet):
There's
--hypothesis-verbosityalready, but it appears to have a different purpose?I think a config/ini option would be good (instead of a cli argument/param).