Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI:
verdi computer test
make unexpected output check optional (#6384)
The test for unexpected output in `verdi computer test` requires to execute a command on the remote, however, this may not be implemented by all transport plugins. If `NotImplementedError` is raised, this now no longer fails the test but prints why the test was skipped.
- Loading branch information