Skip to content

Commit 797c143

Browse files
author
Sylvain MARIE
committed
Added fix zenodo metadata (from zenodo/zenodo#2027)
1 parent 788073c commit 797c143

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.zenodo.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
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+
}
25+
}

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.4.1 - Technical release - Zenodo
4+
5+
Technical release to check that Zenodo metadata is now preserved.
6+
37
### 3.4.0 - Goodbye v1 API + Support for unbound cases + Bugfix with marks + Fixtures in case files
48

59
- Legacy v1 API was dropped. Fixes [#192](https://github.com/smarie/python-pytest-cases/issues/192)

0 commit comments

Comments
 (0)