Example #1
0
 def test_report_to_console(self, error):
     env_file.report_missing("role", "path")
     error.assert_called_once_with("role 'path' does not exist")
Example #2
0
 def test_report_to_console(self, error):
     # pylint: disable=no-self-use
     env_file.report_missing("role", "path")
     error.assert_called_once_with("role 'path' does not exist")
Example #3
0
 def test_report_to_console(self, error):
     # pylint: disable=no-self-use
     env_file.report_missing("role", "path")
     error.assert_called_once_with("role 'path' does not exist")