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
Currently, many of the methods in the VarHandler class are not covered by unit tests. I implemented this class without much coverage because I needed to reproduce the behavior of the old code and writing unit tests is really cumbersome when not implementing from scratch. Specifically, the VarHandler.cmorize() method involves calling CMOR which is another layer complexity in testing.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, many of the methods in the VarHandler class are not covered by unit tests. I implemented this class without much coverage because I needed to reproduce the behavior of the old code and writing unit tests is really cumbersome when not implementing from scratch. Specifically, the
VarHandler.cmorize()
method involves calling CMOR which is another layer complexity in testing.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: