You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of v1.9.0, unit testing for csv parsing is possible
However, unit testing for png / pdf generation is difficult because it produces actual bytes data, making it difficult to understand the structure of the data.
I plan to define a model class for data representation to facilitate unit testing.
The text was updated successfully, but these errors were encountered:
fummicc1
changed the title
[csv2img]: Delegate output data representation into model object.
[csv2img]: Extract output data into a model object.
Sep 29, 2024
What is your new feature?
The text was updated successfully, but these errors were encountered: