Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Move explicit connectivity checks to decorator. #3914

Merged
merged 4 commits into from
Jun 21, 2013

Commits on Jun 21, 2013

  1. TST: Change network decorator to auto-check for network errors

    TST: Enforce more strict rules about ignoring IOErrors with network tests
    
    ENH: Allow keyword arguments to network decorator
    
    ENH: skip try/except checks if raise_on_error
    jtratner committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    2295ce6 View commit details
    Browse the repository at this point in the history
  2. TST: Remove explicit connectivity checks in test cases.

    Instead, network decorator in pandas.util.testing checks
    for that instead. You have to opt into failing on tests
    by setting `pandas.util.testing._FORCE_NETWORK_ERROR` to `True`.
    
    CLN: Move imports and test skip to top of file
    jtratner committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    68fc014 View commit details
    Browse the repository at this point in the history
  3. ENH: Add test decorator 'with_connectivity_check'.

    Allows tests to check that a url is available before bubbling up
    an error from a test case.
    
    TST: Change tests to use with_connectivity_check to better approximate previous behavior
    
    TST: Add check_before_test option to with_connectivity_check.
    
    CLN: PEP8 all the recent jratner code
    jtratner committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    2ea4583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ddb586 View commit details
    Browse the repository at this point in the history