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
Break package dependencies out into modules that use them. Specifically, dependnecies only needed for running tests should be optional. Additionally, include warning messages for missing system libraries or utilities. Specifically, nccmp for OutputDiffs class should throw a warning if it does not exist rather than a rubprocess error
The text was updated successfully, but these errors were encountered:
Break package dependencies out into modules that use them. Specifically, dependnecies only needed for running tests should be optional. Additionally, include warning messages for missing system libraries or utilities. Specifically,
nccmp
forOutputDiffs
class should throw a warning if it does not exist rather than a rubprocess errorThe text was updated successfully, but these errors were encountered: