mock.sentinel.return_code

Here are the examples of the python api mock.sentinel.return_code taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: os-win Source File: test_hostutils10.py
    def test_is_guarded_host_config_error(self):
        self._test_is_host_guarded(return_code=mock.sentinel.return_code)