forked from inspirehep/hepcrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request inspirehep#207 from szymonlopaciuk/bump_utils_2.0
setup: bump inspire-utils~=2.0 Sem-Ver: breaking change
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"value": "Department, University, City, City_code 123456, C. R. Country_2" | ||
}], | ||
"emails": ["[email protected]"], | ||
"full_name": "author_surname_2, author_name_1" | ||
"full_name": "Author_surname_2, Author_name_1" | ||
}], | ||
"titles": [{ | ||
"source": "WSP", | ||
|
@@ -86,15 +86,15 @@ | |
"value": "Department, University, City, City_code 123456, C. R. Country_1" | ||
}], | ||
"emails": ["[email protected]"], | ||
"full_name": "author_surname_1, author_name_1" | ||
"full_name": "Author_surname_1, Author_name_1" | ||
}, | ||
{ | ||
"raw_affiliations": [{ | ||
"source": "WSP", | ||
"value": "Department, University, City, City_code 123456, C. R. Country_1" | ||
}], | ||
"emails": ["[email protected]"], | ||
"full_name": "author_surname_2, author_name_2" | ||
"full_name": "Author_surname_2, Author_name_2" | ||
} | ||
], | ||
"titles": [{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -298,18 +298,18 @@ def test_publication_info(generated_record, expected_publication_info): | |
get_one_record('world_scientific/sample_ws_record.xml'), | ||
[ | ||
{ | ||
'full_name': u'BI, DONGQIN', | ||
'full_name': u'Bi, Dongqin', | ||
}, | ||
{ | ||
'full_name': u'BOSCHLOO, GERRIT', | ||
'full_name': u'Boschloo, Gerrit', | ||
'raw_affiliations': [{ | ||
'source': 'WSP', | ||
'value': u'Physics Department, Brookhaven National Laboratory, Upton, NY 11973, USA' | ||
}], | ||
}, | ||
{ | ||
'emails': [u'[email protected]'], | ||
'full_name': u'HAGFELDT, ANDERS', | ||
'full_name': u'Hagfeldt, Anders', | ||
}], | ||
], | ||
], | ||
|
@@ -413,7 +413,7 @@ def test_pipeline_record(generated_record): | |
'authors': [ | ||
{ | ||
'emails': ['[email protected]'], | ||
'full_name': 'author_surname_2, author_name_1', | ||
'full_name': 'Author_surname_2, Author_name_1', | ||
'raw_affiliations': [ | ||
{ | ||
'source': 'WSP', | ||
|