File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ def test_read_csv_parse_simple_list(self):
617
617
def test_url (self ):
618
618
# HTTP(S)
619
619
url = ('https://raw.github.com/pandas-dev/pandas/master/'
620
- 'pandas/io/ tests/parser/data/salaries.csv' )
620
+ 'pandas/tests/io /parser/data/salaries.csv' )
621
621
url_table = self .read_table (url )
622
622
dirpath = tm .get_data_path ()
623
623
localtable = os .path .join (dirpath , 'salaries.csv' )
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ def test_read_xlrd_Book(self):
581
581
@tm .network
582
582
def test_read_from_http_url (self ):
583
583
url = ('https://raw.github.com/pandas-dev/pandas/master/'
584
- 'pandas/io/ tests/data/test1' + self .ext )
584
+ 'pandas/tests/io /data/test1' + self .ext )
585
585
url_table = read_excel (url )
586
586
local_table = self .get_exceldf ('test1' )
587
587
tm .assert_frame_equal (url_table , local_table )
You can’t perform that action at this time.
0 commit comments