From 06e1fce047acca6cf0c60f332a0c53be5f5d4991 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 20 2018 10:54:05 +0000 Subject: add missing method docstring Signed-off-by: Nils Philippsen --- diff --git a/tests/test_cli.py b/tests/test_cli.py index 0b35694..b5939a6 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -2605,6 +2605,9 @@ State: failed @patch.object(Commands, '_run_command') def test_module_build_local_mbs_manager_is_missing(self, mock_run): + """ + Test submitting a local module build with mbs-manager missing #1. + """ mock_run.side_effect = rpkgError('[Errno 2] No such file or directory') cli_cmd = [