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