-
Notifications
You must be signed in to change notification settings - Fork 2
Checking availability of nested parameters in json config files. #21
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
Checking availability of nested parameters in json config files. #21
Conversation
|
Handling of But spelling and wording of error message : Because of the changes: the version number, the version date and the history should be updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handling of
"string_val" : "${not_existing}",
"string_val" : "test string",
works now!
But spelling and wording of error message :
"Unknown exception occurs. Details: Loading of The variable 'not_existing' is not available!"
should be reworked. See proposal in ticket description:
"Unknown exception occurs. Details: The variable 'not_existing' is not available!"
Because of the changes: the version number, the version date and the history should be updated.
|
Sure I will update the error message and the version of python-jsonpreprocessor package also |
|
Hello @HolQue , "Unknown exception occurs. Details: Loading of The variable 'not_existing' is not available!" I have just checked, this wording issue will be fixed in Testsuites-Management package. Thank you, |
|
Hi Son,
json-preprocessor can run also without testsuites-management. Therefore messages of json-preprocessor must be correct. json-preprocessor need to raise: Thank you, |
|
Hello Thomas, In testsuites-management package, I call jsonload() of jsonpreprocessor package in try: ... Exception: . And in this Exception, I added some more words in error log together with error log of jsonload() Thank you, |
|
Hi Son, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Son,
I will merge the change.
Thanky you,
Thomas
|
Hello Thomas, Sure, this change work fine. Thank you, |
No description provided.