You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the validator via pytest/schemathesis has it's limitations. Perhaps some tests (anything openapi related) should be done like that, and some should be done in normal python code? I can't find any good ways to create unittests for the code run by pytest and decorators. And it's hard to get output to look the way I want.
The text was updated successfully, but these errors were encountered:
If all so far is successfull, run schemathesis checks.
This would lead to lots simpler, human readable output in the beginning of developing a service. Get all the simple stuff out of the way before moving on to more advanced checks.
ways
linked a pull request
Nov 25, 2024
that will
close
this issue
Somewhat connected to #8
Running the validator via pytest/schemathesis has it's limitations. Perhaps some tests (anything openapi related) should be done like that, and some should be done in normal python code? I can't find any good ways to create unittests for the code run by pytest and decorators. And it's hard to get output to look the way I want.
The text was updated successfully, but these errors were encountered: