test_ok1/doc/test/plugin/unittest.txt

33 lines
870 B
Plaintext
Raw Normal View History

pytest_unittest plugin
======================
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
2009-08-19 01:04:57 +08:00
Checkout customize_, other plugins_ or `get in contact`_.
.. include:: links.txt