-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default assert? #488
Comments
My thought would be to implement it similar to the global script blocks. This would mean that it is possible to define default asserts per file. But these are then always valid for all regions in this file.
|
I think that sounds good, would those also work with an import or would they have to be specified in each file? |
@tarioch I will have to support the imports if you ask for them directly. I thought about whether I could get around it because it's more difficult, but it makes sense. |
Global Asserts and also the import will be delivered with the next version. Thanks for the improvement idea. |
It would be great if it were somehow possible to have a default assert (e.g. status == 200). So that this would be used for all requests, except for the ones where I explicitly specify a different assert.
The text was updated successfully, but these errors were encountered: