Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Oct 18, 2016
1 parent 771736d commit c5c7c56
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
factory_boy_ integration with the pytest_ runner
================================================

.. image:: https://api.travis-ci.org/pytest-dev/pytest-factoryboy.png
:target: https://travis-ci.org/pytest-dev/pytest-factoryboy
.. image:: https://pypip.in/v/pytest-factoryboy/badge.png
:target: https://crate.io/packages/pytest-factoryboy/
.. image:: https://img.shields.io/pypi/v/pytest-factoryboy.svg
:target: https://pypi.python.org/pypi/pytest-factoryboy
.. image:: https://img.shields.io/pypi/pyversions/pytest-factoryboy.svg
:target: https://pypi.python.org/pypi/pytest-factoryboy
.. image:: https://img.shields.io/coveralls/pytest-dev/pytest-factoryboy/master.svg
:target: https://coveralls.io/r/pytest-dev/pytest-factoryboy
.. image:: https://travis-ci.org/pytest-dev/pytest-factoryboy.svg?branch=master
:target: https://travis-ci.org/pytest-dev/pytest-factoryboy
.. image:: https://readthedocs.org/projects/pytest-factoryboy/badge/?version=latest
:target: https://readthedocs.org/projects/pytest-factoryboy/?badge=latest
:alt: Documentation Status


pytest-factoryboy makes it easy to combine ``factory`` approach to the test setup with the ``dependency`` injection,
heart of the `pytest fixtures`_.

Expand Down

0 comments on commit c5c7c56

Please sign in to comment.