-
Notifications
You must be signed in to change notification settings - Fork 238
18 version relation #35
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
Conversation
| self.assertEqual(self.db_frontend_interface.get_number_of_total_matches(query, only_parent_firmwares=True), 1) | ||
|
|
||
| def test_get_other_versions_of_firmware(self): | ||
| parent_fw1 = create_test_firmware(version="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.
Coding convention violated!
" -> '
src/test/common_helper.py
Outdated
|
|
||
|
|
||
| def create_test_firmware(device_class="Router", device_name="test_router", vendor="test_vendor", bin_path="container/test.zip", all_files_included_set=False): | ||
| def create_test_firmware(device_class="Router", device_name="test_router", vendor="test_vendor", bin_path="container/test.zip", |
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.
Coding convention violation
" -> '
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 90% 90.01% +<.01%
==========================================
Files 247 247
Lines 11569 11517 -52
==========================================
- Hits 10413 10367 -46
+ Misses 1156 1150 -6
Continue to review full report at Codecov.
|
No description provided.