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
We currently have unit tests for various helper functions, but not for the main function that ultimately does the work.
For tracking and mocking the read and set options, it would be helpful to make our own translator to and from the 'fake' options table backed by slurm which does not support e.g. iteration. Changes to the options table could also then be more easily reported in debug output from the cli_filter itself.
The text was updated successfully, but these errors were encountered:
We currently have unit tests for various helper functions, but not for the main function that ultimately does the work.
For tracking and mocking the read and set
options
, it would be helpful to make our own translator to and from the 'fake' options table backed by slurm which does not support e.g. iteration. Changes to the options table could also then be more easily reported in debug output from the cli_filter itself.The text was updated successfully, but these errors were encountered: