summaryrefslogtreecommitdiff
path: root/README.rst
blob: 0a06a7a64ceae814437e8bdbe5666d65ce315228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|Travis|_ |Coveralls|_ |Docs|_

.. |Travis| image:: https://api.travis-ci.org/Simplistix/testfixtures.svg?branch=master
.. _Travis: https://travis-ci.org/Simplistix/testfixtures

.. |Coveralls| image:: https://coveralls.io/repos/Simplistix/testfixtures/badge.svg?branch=master
.. _Coveralls: https://coveralls.io/r/Simplistix/testfixtures?branch=master

.. |Docs| image:: https://readthedocs.org/projects/testfixtures/badge/?version=latest
.. _Docs: http://testfixtures.readthedocs.org/en/latest/


TestFixtures
============

TestFixtures is a collection of helpers and mock objects that are useful when
writing unit tests or doc tests.