We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_config
URI Template RFC for those curious: https://www.rfc-editor.org/info/rfc6570
The following three lines can be merged into one:
irods_client_http_api/test/config.py
Lines 7 to 9 in 3824a09
The option would end up looking like the following:
'test_uri': 'http://localhost:9000/irods-http-api/{version}'
And can be validated using 'format': 'uri-template' in the JSON schema.
'format': 'uri-template'
We can then substitute the version in code, if we desire for more automated tests as well.
The text was updated successfully, but these errors were encountered:
MartinFlores751
No branches or pull requests
URI Template RFC for those curious: https://www.rfc-editor.org/info/rfc6570
The following three lines can be merged into one:
irods_client_http_api/test/config.py
Lines 7 to 9 in 3824a09
The option would end up looking like the following:
And can be validated using
'format': 'uri-template'
in the JSON schema.We can then substitute the version in code, if we desire for more automated tests as well.
The text was updated successfully, but these errors were encountered: