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: Remove explicit connectivity checks in test cases. #1

Closed
wants to merge 99 commits into from

Conversation

jtratner
Copy link
Owner

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.

Fixes pandas-dev#3910.

This version of the fix keeps the explicit check that you can connect to
http://www.google.com as a stand-in for network connectivity.

gliptak and others added 30 commits June 8, 2013 17:54
correct FRED test (GDP changed ...)
remove unused import in test_yahoo
DOC/CLN: clean up indentation and dispatch on numpy version
DOC/BLD: Fix a bunch of doc build warnings that weren't being previously caught
     removed to io.clipboard (from io.parsers)
CLN: conform read_clipboard / to_clipboard to new io standards
Implement historical finance data from Google Finance
Tag yahoo data tests as @network only
TST regression tests for GH3836
jreback and others added 28 commits June 13, 2013 13:45
    integers or floats that are in an epoch unit of s, ms, us, ns
    (e.g. unix timestamps or epoch s, with fracional seconds allowed)
    (GH 3540)
TST: manage truediv in py3 for unit comparisons
ENH use pyperclip for read and to_clipboard
BUG: fix Series.interpolate() corner cases, close pandas-dev#3674
FIX hash of DataFrame raises Typerror
ENH: Add unit keyword to Timestamp and to_datetime
BUG: (GH3880) index names are now propogated with loc/ix
BLD: install older versions of numexpr/pytables on fulldeps/2 build
TST: test fixes for various builds (debian)
TST: convert knowntestfailures to skip tests
This should use format since calling str on a unicode string is a *bad* idea
because it may or may not repr correctly.
BUG: fix unicode -> str cast in tslib
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`.
@jtratner
Copy link
Owner Author

wrong repo Github ??

@jtratner jtratner closed this Jun 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: Make network decorator impose a skipTest catching URLErrors
8 participants