Skip to content

Commit 3881f71

Browse files
author
Sylvain MARIE
committed
An attempt to fix zenodo record
1 parent 797c143 commit 3881f71

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

.zenodo.json

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"metadata": {
3-
"title": "pytest-cases: a Python package for reproducible research results (among others)",
4-
"description": "<p>`pytest-cases` is a Python package leveraging the widely popular `pytest` library (Krekel et al., 2004) to design tests and benchmarks where test data, tested code, and evaluation protocols are separated in a modular fashion. With `pytest-cases` it has never been so easy for researchers to create reproducible results tables, and for software engineers to build powerfull test harnesses !</p>\n\n<p>The API for `pytest-cases` is as minimal as possible, so that each concept (evaluation protocols, test data, algorithms candidates, user profiles... ) is a readable python function ; this is in line with the design philosophy of `pytest` itself.</p>",
5-
"language": "eng",
6-
"license": {
7-
"id": "bsd-license"
8-
},
9-
"keywords": [
10-
"python",
11-
"test",
12-
"case",
13-
"data",
14-
"benchmark",
15-
"pytest"
16-
],
17-
"creators": [
18-
{
19-
"orcid": "0000-0002-5929-1047",
20-
"affiliation": "Schneider Electric",
21-
"name": "Sylvain Mari\u00e9"
22-
}
23-
]
24-
}
2+
"title": "pytest-cases: a Python package for reproducible research results (among others)",
3+
"description": "<p>`pytest-cases` is a Python package leveraging the widely popular `pytest` library (Krekel et al., 2004) to design tests and benchmarks where test data, tested code, and evaluation protocols are separated in a modular fashion. With `pytest-cases` it has never been so easy for researchers to create reproducible results tables, and for software engineers to build powerfull test harnesses !</p>\n\n<p>The API for `pytest-cases` is as minimal as possible, so that each concept (evaluation protocols, test data, algorithms candidates, user profiles... ) is a readable python function ; this is in line with the design philosophy of `pytest` itself.</p>",
4+
"language": "eng",
5+
"license": {
6+
"id": "bsd-license"
7+
},
8+
"keywords": [
9+
"python",
10+
"test",
11+
"case",
12+
"data",
13+
"benchmark",
14+
"pytest"
15+
],
16+
"creators": [
17+
{
18+
"orcid": "0000-0002-5929-1047",
19+
"affiliation": "Schneider Electric",
20+
"name": "Sylvain Mari\u00e9"
21+
}
22+
]
2523
}

0 commit comments

Comments
 (0)