Testsuite documentation
=======================

This document explains the pyudev test suite and how to add new tests to this
suite.

The pyudev testsuite uses the powerful pytest_ unittest framework, accompied by
the nice mock_ library for mocking native functions and heavily extended with
plugins to support the tests.


.. toctree::

   running.rst
   plugins.rst


.. _pytest: http://pytest.org
.. _mock: http://www.voidspace.org.uk/python/mock/

