-
Notifications
You must be signed in to change notification settings - Fork 10
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
[#543] Add EDI unit tests #545
Conversation
bot, test app |
Build status: FAILURE |
388d01f
to
02437b4
Compare
bot, test app |
1 similar comment
bot, test app |
Build status: FAILURE |
1 similar comment
Build status: FAILURE |
bot, test app |
Build status: FAILURE |
bot, test app |
Build status: SUCCESS |
63b4873
to
a15c478
Compare
bot, test app |
Build status: SUCCESS |
98d8bf4
to
17b8d9a
Compare
bot, test app |
Build status: FAILURE |
bot, test app |
Build status: FAILURE |
bot, test app |
Build status: FAILURE |
bot, test app |
e6ccc67
to
b354b53
Compare
bot, test app |
Build status: FAILURE |
bot, test app |
Build status: SUCCESS |
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.
ok with minor comment
@@ -298,7 +292,7 @@ def info(): | |||
|
|||
:return: dict -- state of cluster | |||
""" | |||
return app.config['CLUSTER_STATE'] | |||
return {} |
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.
@kirillmakhonin, why do you return empty set here? If method is deprecated and not used then add TODO and comment that it should be deleted
This updates #543
In this PR unit test skeleton for EDI and unit tests for EDI have been added