Skip to content

Commit 84b27de

Browse files
update zenodo.json (#31)
1 parent ee9893c commit 84b27de

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.zenodo.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "A pytest plugin for capturing and mocking connection requests during the test run.",
3+
"license": "BSD-3-Clause",
4+
"title": "pytest-remote-response",
5+
"upload_type": "software",
6+
"creators": [
7+
{
8+
"orcid": "0000-0003-0610-9747",
9+
"affiliation": "Sardar Vallabhbhai National Institute of Technology Surat, India",
10+
"name": "Shukla, Devansh"
11+
}
12+
],
13+
"access_right": "open"
14+
}

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest-remote-response
33
======================
44

5-
|versions| |license|
5+
|versions| |license| |doi|
66

77
|build| |docs| |coverage| |status| |codestyle|
88

@@ -158,7 +158,10 @@ This plugin is licenced under a 3-clause BSD style licence - see the ``LICENCE``
158158
.. |docs| image:: https://readthedocs.org/projects/pytest-remote-response/badge/?version=latest
159159
:target: https://pytest-remote-response.readthedocs.io/en/latest/?badge=latest
160160
:alt: Documentation Status
161-
161+
162+
.. |doi| image:: https://zenodo.org/badge/373798755.svg
163+
:target: https://zenodo.org/badge/latestdoi/373798755
164+
:alt: Digital Object Identifier
162165

163166
.. _pytest: https://github.com/pytest-dev/pytest
164167
.. _urllib: https://docs.python.org/3/library/urllib.html

0 commit comments

Comments
 (0)