-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Acceptance tests for apps management and minor fixes #9810
Conversation
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #9810 +/- ##
============================================
+ Coverage 51.92% 51.92% +<.01%
Complexity 25768 25768
============================================
Files 1635 1635
Lines 95426 95427 +1
Branches 1308 1308
============================================
+ Hits 49548 49553 +5
+ Misses 45878 45874 -4
|
# being present in the app store with support for the current server version | ||
# Ideally we would have either a dummy app store endpoint with some test apps | ||
# or even an app store instance running somewhere to properly test this. | ||
# This is also a requirement to properly test updates of apps |
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.
I would vote to write a simple endpoint (just static data that is returned). In the end we test here the apps part of the server. No need to test the appstore at this point.
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.
All green so good to go from my POV!
This PR adds some basic acceptance tests for the new apps management (#9769) and fixes some minor bugs from (#9767)