ISD-2183 Add certificates integration tests#7
Conversation
|
Test coverage for 85b3c71 Static code analysis report |
alithethird
left a comment
There was a problem hiding this comment.
Left 2 comments also you have a typo in src/haproxy.py s/haporxy/haproxy.
I have a couple more notes:
1- I think you can put the TLSInformation.validate() in a decorator. I think you can even put it in the validate_config_and_tls decorator and activate with a parameter like validate_info. You are calling it in 4 different functions.
2- Why use typing.cast(str, ...) instead of str(...)? As far as I know typing.cast() doesn't actually cast it, it just silences the mypy etc. doc
I didn't put For |
Applicable spec: ISD163 (internal)
Add unit and integration tests for the new
tls_relationmoduleChecklist
src-docsurgent,trivial,complex)