Unit Testing Package
====================

Unit testing modules are divided between the following tasks:

* Specifying test structure and cases.
* Generating and compiling the test directories.
* Executing the compiled tests.
* Verifying that the output is correct.

.. automodule:: fortpy.testing.tester
   :synopsis: Global flow control for test generation, execution and
	      validation.
   :members:

.. automodule:: fortpy.testing.elements
   :synopsis: Global flow control for test generation, execution and
	      validation.
   :members:
