Skip to content

Commit fb4568d

Browse files
committed
Merge pull request #179 from femtotrader/split_test_data
TST: split test_data to several files
2 parents 151452e + d1d376b commit fb4568d

File tree

10 files changed

+611
-558
lines changed

10 files changed

+611
-558
lines changed

pandas_datareader/tests/_utils.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import nose
2+
3+
4+
def _skip_if_no_lxml():
5+
try:
6+
import lxml # noqa
7+
except ImportError: # pragma: no cover
8+
raise nose.SkipTest("no lxml")

0 commit comments

Comments
 (0)