Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Most of the code in plotter module cannot be tested as it generates image files.The only way to tests image files is to compare the new image file with existing file pixel by pixel. This will affect the test execution time and build time significantly. Hence ignore functions that generate image files.
To do -
1. Test the functions that perform some computations.
2. Update .coveragerc file to ignore image generation code.
Attachments
Issue Links
- links to