Merge pull request #159 from tkf/fix-doc-import-error

Fix ImportError when building Sphinx
This commit is contained in:
David Halter
2013-03-12 11:50:49 -07:00

View File

@@ -14,10 +14,10 @@ Blackbox Tests (run.py)
.. automodule:: test.run
Regression Tests (regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Regression Tests (test_regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.regression
.. automodule:: test.test_regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~