-
Notifications
You must be signed in to change notification settings - Fork 161
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
Added tests for Tag service #2815
Conversation
CQ submitted: CQ 21397 |
Codecov Report
@@ Coverage Diff @@
## develop #2815 +/- ##
=============================================
+ Coverage 55.15% 55.19% +0.03%
- Complexity 2368 2373 +5
=============================================
Files 1021 1021
Lines 21871 21871
Branches 1977 1977
=============================================
+ Hits 12063 12071 +8
+ Misses 8897 8890 -7
+ Partials 911 910 -1
|
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 @zanpizmoht,
I have reviewed this PR and there are some changes to be made. Can you please fix the commented stuff? Thanks!
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 @zanpizmoht,
I have reviewed this PR and there are some changes to be made. Can you please fix the commented stuff? Thanks!
8f87145
to
215637c
Compare
215637c
to
2c28d7e
Compare
8a3660a
to
358c9f4
Compare
Added tests for creating, deleting and editing tags, and assigning tags to devices. Signed-off-by: zanpizmoht <zan.pizmoht@comtrade.com>
358c9f4
to
dec492f
Compare
Added tests for creating, deleting and editing tags, and assigning tags to devices.
Signed-off-by: zanpizmoht zan.pizmoht@comtrade.com
Test scenarios for Tags are added in this PR.
Related Issue
None
Description of the solution adopted
Test scenarios that are added in this PR are checking functionalities regarding Tags. All scenarios are added to
TagService.feature
. Scenarios are testing if Tags are correctly created, edited and deleted.Screenshots
/