We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052957 commit 0aadb11Copy full SHA for 0aadb11
pandas/io/tests/test_google.py
@@ -12,7 +12,6 @@
12
13
class TestGoogle(unittest.TestCase):
14
15
- @slow
16
@network
17
def test_google(self):
18
# asserts that google is minimally working and that it throws
@@ -39,13 +38,11 @@ def test_google(self):
39
38
raise
40
41
42
43
44
def test_get_quote(self):
45
self.assertRaises(NotImplementedError,
46
lambda: web.get_quote_google(pd.Series(['GOOG', 'AAPL', 'GOOG'])))
47
48
49
50
def test_get_data(self):
51
import numpy as np
0 commit comments