Skip to content

Instantly share code, notes, and snippets.

@Fluxx
Created February 22, 2012 23:45
Show Gist options
  • Select an option

  • Save Fluxx/1888442 to your computer and use it in GitHub Desktop.

Select an option

Save Fluxx/1888442 to your computer and use it in GitHub Desktop.
conditional_skip_selenium = conditional_skip(lambda: ping_selenium(settings.SELENIUM_HOST,
settings.SELENIUM_PORT),
reason='Selenium is not responding')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment