Skip to content

Commit

Permalink
Change google finance tests to @network only
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak committed Jun 9, 2013
1 parent c052957 commit 0aadb11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/io/tests/test_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

class TestGoogle(unittest.TestCase):

@slow
@network
def test_google(self):
# asserts that google is minimally working and that it throws
Expand All @@ -39,13 +38,11 @@ def test_google(self):
raise


@slow
@network
def test_get_quote(self):
self.assertRaises(NotImplementedError,
lambda: web.get_quote_google(pd.Series(['GOOG', 'AAPL', 'GOOG'])))

@slow
@network
def test_get_data(self):
import numpy as np
Expand Down

0 comments on commit 0aadb11

Please sign in to comment.