summaryrefslogtreecommitdiff
path: root/sandbox/dkuhlman/docutils/test/README.test_python_latex
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/dkuhlman/docutils/test/README.test_python_latex')
-rw-r--r--sandbox/dkuhlman/docutils/test/README.test_python_latex36
1 files changed, 0 insertions, 36 deletions
diff --git a/sandbox/dkuhlman/docutils/test/README.test_python_latex b/sandbox/dkuhlman/docutils/test/README.test_python_latex
deleted file mode 100644
index a8321744e..000000000
--- a/sandbox/dkuhlman/docutils/test/README.test_python_latex
+++ /dev/null
@@ -1,36 +0,0 @@
-
-=============================================
-Notes on Unit Test Additions for Python LaTeX
-=============================================
-
-
-DocutilsTestSupport.py
-======================
-
-Added two classes (PythonLatexPublishTestCase and
-PythonLatexPublishTestSuite) that drive the tests. These classes
-were modelled on classes LatexPublishTestCase and
-LatexPublishTestSuite respectively.
-
-Note that class PythonLatexPublishTestCase overrides method
-compare_output and adds method remove_lines. These methods remove
-the "generated on" lines from both input and output because the
-date will always differ.
-
-See file DocutilsTestSupport.patch
-
-
-test_writers/test_python_latex.py
-=================================
-
-Contains the tests.
-
-
-test_writers/Data/*
-===================
-
-Contains reST source documents (*.txt) and generated LaTeX
-documents (*.tex) that were used in the input and output strings
-in test_python_latex.py.
-
-