summaryrefslogtreecommitdiff
path: root/xnt/tests/textests.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/tests/textests.py')
-rw-r--r--xnt/tests/textests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xnt/tests/textests.py b/xnt/tests/textests.py
index 34b44d1..d555915 100644
--- a/xnt/tests/textests.py
+++ b/xnt/tests/textests.py
@@ -66,7 +66,7 @@ class TexTests(unittest.TestCase):
self.assertTrue(os.path.exists("temp/test.aux"))
self.assertTrue(os.path.exists("temp/test.log"))
- def test_pdflatex_build_with_bibtex(self):
+ def test_pdflatex_with_bibtex(self):
"""Test pdflatex with bibtex"""
xnt.build.tex.pdflatex("test.tex",
path="temp",
@@ -75,7 +75,7 @@ class TexTests(unittest.TestCase):
self.assertTrue(os.path.exists("temp/test.bbl"))
self.assertTrue(os.path.exists("temp/test.blg"))
- def test_pdflatex_build_with_glossary(self):
+ def test_pdflatex_with_glossary(self):
"""Test pdflatex with glossary output"""
xnt.build.tex.pdflatex("test.tex",
path="temp",