Jia "Jay" Tan
Jia "Jay" Tan
@Stranger6667 Will do!
@tekumara The issue with the code lies in the use of the default argument with click.argument. According to Click's documentation, the default argument is not supported for click.argument, but it...
I can check the OpenApi / Swagger json file for these keywords. I noticed when the test first starts up, the timer updates frequently. As the test continues, it takes...
@Stranger6667 I did a search in my json file and did not find any maxLength or minLength syntax.
@Stranger6667 there's no "pattern", but there's extensive use of `$ref` in the json (about 370 in my search). I did not use `EXPERIMENTAL_COVERAGE_PHASE` flag in v3.39. But I'll try disabling...
@Stranger6667 I used Augment to do an analysis of my `Swagger.json` file and Schemathesis. This is what it says is the reason Schemathesis is freezing. ## Detailed Technical Analysis: Schemathesis...
Yes, I believe 40 unconstrained string parameters is the correct number. Thanks for looking into it.