mock.sentinel.unknown

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

1 Examples 7

Example 1

Project: pyon Source File: test_exchange.py
    def test__create_xn_unknown_type(self):
        self.assertRaises(StandardError, self.ex_manager._create_xn, sentinel.unknown)