File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ of a test:
26
26
.. |downloads | image :: http://img.shields.io/pypi/dm/pytest-mock.png
27
27
:target: https://pypi.python.org/pypi/pytest-mock
28
28
29
- .. |ci | image :: http://img.shields.io/travis/nicoddemus /pytest-mock.png
30
- :target: https://travis-ci.org/nicoddemus /pytest-mock
29
+ .. |ci | image :: http://img.shields.io/travis/pytest-dev /pytest-mock.png
30
+ :target: https://travis-ci.org/pytest-dev /pytest-mock
31
31
32
- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus /pytest-mock.png
33
- :target: https://coveralls.io/r/nicoddemus /pytest-mock
32
+ .. |coverage | image :: http://img.shields.io/coveralls/pytest-dev /pytest-mock.png
33
+ :target: https://coveralls.io/r/pytest-dev /pytest-mock
34
34
35
35
.. |python | image :: https://pypip.in/py_versions/pytest-mock/badge.png
36
36
:target: https://pypi.python.org/pypi/pytest-mock/
@@ -92,7 +92,7 @@ Install using `pip <http://pip-installer.org/>`_:
92
92
Changelog
93
93
=========
94
94
95
- Please consult `releases <https://github.com/nicoddemus /pytest-mock/releases >`_.
95
+ Please consult `releases <https://github.com/pytest-dev /pytest-mock/releases >`_.
96
96
97
97
Why bother with a plugin?
98
98
=========================
Original file line number Diff line number Diff line change 16
16
py_modules = ['pytest_mock' ],
17
17
platforms = 'any' ,
18
18
install_requires = dependencies ,
19
- url = 'https://github.com/nicoddemus /pytest-mock/' ,
19
+ url = 'https://github.com/pytest-dev /pytest-mock/' ,
20
20
license = 'LGPL' ,
21
21
author = 'Bruno Oliveira' ,
22
22
author_email = 'nicoddemus@gmail.com' ,
You can’t perform that action at this time.
0 commit comments