
automatically discover and run traditional "unittest.py" style tests.
=====================================================================


.. contents::
  :local:

Usage
----------------

This plugin collects and runs Python `unittest.py style`_ tests.
It will automatically collect ``unittest.TestCase`` subclasses
and their ``test`` methods from the test modules of a project
(usually following the ``test_*.py`` pattern).

This plugin is enabled by default.

.. _`unittest.py style`: http://docs.python.org/library/unittest.html

Start improving this plugin in 30 seconds
=========================================


1. Download `pytest_unittest.py`_ plugin source code
2. put it somewhere as ``pytest_unittest.py`` into your import path
3. a subsequent ``py.test`` run will use your local version

Checkout customize_, other plugins_ or `get in contact`_.

.. include:: links.txt
