Skip to content

Instantly share code, notes, and snippets.

@GerardLutterop
Created November 19, 2015 08:08
Show Gist options
  • Save GerardLutterop/258a121daec17ebf33ef to your computer and use it in GitHub Desktop.
Save GerardLutterop/258a121daec17ebf33ef to your computer and use it in GitHub Desktop.
def test_remote_detect():
from indroid.utils import get
r1 = get(function='light_detect_stub',
arguments={"chosen": False, "housenumber": "1", "postcode": "9999AA", "namechecked": True})
print r1
@GerardLutterop
Copy link
Author

Remote test of light_detect_stub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment