File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ of a test:
23
23
os.remove.assert_called_once_with(' file' )
24
24
25
25
26
- .. Using PNG badges because PyPI doesn't support SVG
27
26
28
- |python | |version | |anaconda | |ci | |appveyor | |coverage |
27
+ |python | |version | |anaconda | |ci | |appveyor | |coverage | | black |
29
28
30
29
.. |version | image :: http://img.shields.io/pypi/v/pytest-mock.svg
31
30
:target: https://pypi.python.org/pypi/pytest-mock
@@ -45,6 +44,9 @@ of a test:
45
44
.. |python | image :: https://img.shields.io/pypi/pyversions/pytest-mock.svg
46
45
:target: https://pypi.python.org/pypi/pytest-mock/
47
46
47
+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
48
+ :target: https://github.com/ambv/black
49
+
48
50
49
51
.. image :: http://www.opensourcecitizen.org/badge?url=github.com/pytest-dev/pytest-mock
50
52
:target: http://www.opensourcecitizen.org/project?url=github.com/pytest-dev/pytest-mock
You can’t perform that action at this time.
0 commit comments