Skip to content

Commit

Permalink
Regression test data updates (#252)
Browse files Browse the repository at this point in the history
* updated gitignore for 'ignore_this_' files for local tests

* updated regression test DocMaps for 85596 as related org is updated

* added 'vor-published' step to regression test data for DocMap 96285
  • Loading branch information
HazalCiplak authored Nov 12, 2024
1 parent 72e9915 commit 5260afe
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
venv
*.pyc

.test_data/
.test_data/

ignore_this_*
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@
"firstName": "Diane",
"_middleName": "M",
"surname": "Harper",
"_relatesToOrganization": "University of Michiganâ€Ann Arbor\", United States of America",
"_relatesToOrganization": "University of Michigan-Ann Arbor, United States of America",
"affiliation": {
"type": "organization",
"name": "University of Michiganâ€Ann Arbor\"",
"name": "University of Michigan-Ann Arbor",
"location": "Ann Arbor, United States of America"
}
},
Expand Down Expand Up @@ -514,10 +514,10 @@
"firstName": "Diane",
"_middleName": "M",
"surname": "Harper",
"_relatesToOrganization": "University of Michiganâ€Ann Arbor\", United States of America",
"_relatesToOrganization": "University of Michigan-Ann Arbor, United States of America",
"affiliation": {
"type": "organization",
"name": "University of Michiganâ€Ann Arbor\"",
"name": "University of Michigan-Ann Arbor",
"location": "Ann Arbor, United States of America"
}
},
Expand Down
43 changes: 43 additions & 0 deletions data/docmaps/regression_test/docmap_by_manuscript_id/95285.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,50 @@
"doi": "10.7554/eLife.95285.3.sa0"
}
],
"next-step": "_:b9",
"previous-step": "_:b7"
},
"_:b9": {
"actions": [
{
"participants": [],
"outputs": [
{
"type": "version-of-record",
"identifier": "95285",
"doi": "10.7554/eLife.95285.4",
"versionIdentifier": "4",
"published": "2024-10-08",
"url": "https://doi.org/10.7554/eLife.95285.4",
"content": [
{
"type": "web-page",
"url": "https://elifesciences.org/articles/95285v1"
}
]
}
]
}
],
"assertions": [
{
"item": {
"type": "version-of-record",
"doi": "10.7554/eLife.95285.4",
"versionIdentifier": "4"
},
"status": "vor-published"
}
],
"inputs": [
{
"type": "preprint",
"doi": "10.7554/eLife.95285.3",
"identifier": "95285",
"versionIdentifier": "3"
}
],
"previous-step": "_:b8"
}
}
}

0 comments on commit 5260afe

Please sign in to comment.