Fix tags api - #2011
Conversation
|
Warning 48 of 48 new test names are missing convention keywords (
Why am I seeing this?Test names should follow a loose given/when/then pattern with keywords like Examples:
|
Test results 8 files 1 840 suites 3m 24s ⏱️ Results for commit af092db. ♻️ This comment has been updated with latest results. |
a81ade5 to
4532648
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## incident-api-v3 #2011 +/- ##
===================================================
+ Coverage 88.97% 89.18% +0.21%
===================================================
Files 155 156 +1
Lines 7346 7474 +128
===================================================
+ Hits 6536 6666 +130
+ Misses 810 808 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
8711b13 to
19e7357
Compare
f9cb546 to
8f548d4
Compare
* BaseIncidentViewSet * IncidentViewSet * SourceLockedIncidentViewSet .. and move HeartbeatMixin to an API version-independent file.
.. the huge test case for API integration tests has been broken up into one class per viewset and one class per extra action.
|



Scope and purpose
Fixes #136. Dependent on #2010
This only fixes the API and does not touch the database.
The tests have been copied and updated from v2, and split up a bit for easier debugging.
This pull request
Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to Argus can be found in the
Development docs.
[ ] If this results in changes in the UI: Added screenshots of the before and after[ ] If this results in changes to the database model: Updated the ER diagram