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
chore(xmlupload): refactor xmlupload, add unittests (DEV-1043) #203
Conversation
Kudos, SonarCloud Quality Gate passed!
|
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.
How would you feel about moving all the newly created and xml-related files in the models folder to a subfolder xml
?
I thought about bringing some order into all these models, but I'm unsure about it. Intuitively, I don't like the idea of a |
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.
LGTM
_shortcode: Optional[str] | ||
_project_name: Optional[str] | ||
|
||
def __init__(self, con: Connection, shortcode: Optional[str] = None): |
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.
docstring is missing, see the other classes
fair enough |
resolves DEV-1043