Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Hi @marcosanchotene Thank you for reporting and the detailed write-up! > The log shows some tests were made without the required property, which returned a 400 bad request response. These...

Hi! Thank you for requesting this! There is #704, which is scoped to CLI, but I think it may work in the Python context as well, so I close that...

In the meanwhile, I suggest adding [this hook](https://schemathesis.readthedocs.io/en/stable/extending.html#add-case) with an implementation like this one: ```python # Let say this is `tests/hooks.py` file import time import schemathesis @schemathesis.hooks.register def add_case(context, case,...

You are welcome! :) I'd like to keep this issue open since it is broader than the old one :)

By default, the schema validation is enabled and the input schemas with `basePath` as an empty string will fail, indeed. It can be disabled with `--validate-schema=false` CLI option or `validate_schema=False`...

As an alternative approach - we can add a special "connexion" fixup to `schemathesis.fixups` and make empty `basePath` to be accepted. Possibly, it could be done by modifying the spec...

Т.е. в идеальной ситуации хотелось бы по одному запросу на каждый эндпоинт в которых присутствует максимум параметров / полей ?

Понятно, спасибо :) Ниже немного заметок на эту тему (больше для меня на будущее) Это можно было бы решить проверкой покрыта ли какая-то ветка в схеме (т.е. вызывать assume +...

Thanks for reporting! indeed, it should work the way you tried. I’ll check it deeper today

Btw, what Hypothesis version do you use?