From c8c26f52b91c3d86f52f4e3ac245c2ae1648cab9 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 12 Mar 2013 19:35:20 +0100 Subject: [PATCH] Fix ImportError when building Sphinx --- docs/docs/testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/testing.rst b/docs/docs/testing.rst index e04a35b5..509fc76e 100644 --- a/docs/docs/testing.rst +++ b/docs/docs/testing.rst @@ -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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~