Bug 969 - Fix all errors and warnings from the static analysis tool (pylama) output
Summary: Fix all errors and warnings from the static analysis tool (pylama) output
Status: IN_PROGRESS
Alias: None
Product: DTS
Classification: Unclassified
Component: framework (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Juraj Linkeš
URL:
Depends on:
Blocks:
 
Reported: 2022-03-22 13:49 CET by Juraj Linkeš
Modified: 2022-03-22 13:50 CET (History)
0 users



Attachments

Description Juraj Linkeš 2022-03-22 13:49:41 CET
The DTS framework and the reviewed list of test cases should be free of errors and warnings from static analysis tools established.

There are many warnings; may need too much time:
1564 [W]arning for stylistic problems, or minor programming issues
2180 [C]onvention for coding standard violation
680 [R]efactor for a "good practice" metric violation
Comment 1 Juraj Linkeš 2022-03-22 13:50:00 CET
Two errors are still present:
framework/plotgraph.py:655: [E] E0602 Undefined variable 'ax' [pylint]
framework/ixia_network/ixnet.py:57: [E] E1101 Module 'requests.packages' has no 'urllib3' member [pylint]

Note You need to log in before you can comment on or make changes to this bug.