Exemplo n.º 1
0
 def test_from_environment(self, context):
     # there is no device in a standard environment
     with pytest.raises(DeviceNotFoundInEnvironmentError):
         Device.from_environment(context)
Exemplo n.º 2
0
 def test_from_environment(self, context):
     # there is no device in a standard environment
     with pytest.raises(DeviceNotFoundInEnvironmentError):
         Device.from_environment(context)