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.