File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 22pytest-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
You can’t perform that action at this time.
0 commit comments