Added method level labels and improved form field labels
No additional dependencies required.
Type of Change
[ ] Bug fix (non-breaking change that fixes an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Refactoring (non-breaking code restructuring that preserves functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Build-related update (CI workflow, test cases)
[ ] Documentation update
[ ] Other (please describe):
How Has This Been Tested?
I have updated test/ui/heuristic_labels_test.py to check method level labels as well. This can be run from the main directory as nosetests test/ui/heuristic_labels_test.py
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Added method level labels and improved form field labels
No additional dependencies required.
Type of Change
How Has This Been Tested?
I have updated test/ui/heuristic_labels_test.py to check method level labels as well. This can be run from the main directory as nosetests test/ui/heuristic_labels_test.py
Checklist