##// END OF EJS Templates
s/Test_/Test
Jonathan Frederic -
Show More
@@ -21,7 +21,7 b' from ..basichtml import BasicHTMLExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_BasicHTMLExporter(ExportersTestsBase):
24 class TestBasicHTMLExporter(ExportersTestsBase):
25 """Contains test functions for basichtml.py"""
25 """Contains test functions for basichtml.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -26,7 +26,7 b' from ..python import PythonExporter'
26 # Class
26 # Class
27 #-----------------------------------------------------------------------------
27 #-----------------------------------------------------------------------------
28
28
29 class Test_Export(ExportersTestsBase):
29 class TestExport(ExportersTestsBase):
30 """Contains test functions for export.py"""
30 """Contains test functions for export.py"""
31
31
32
32
@@ -25,7 +25,7 b' from ..exporter import Exporter'
25 # Class
25 # Class
26 #-----------------------------------------------------------------------------
26 #-----------------------------------------------------------------------------
27
27
28 class Test_Exporter(ExportersTestsBase):
28 class TestExporter(ExportersTestsBase):
29 """Contains test functions for exporter.py"""
29 """Contains test functions for exporter.py"""
30
30
31
31
@@ -21,7 +21,7 b' from ..fullhtml import FullHTMLExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_FullHTMLExporter(ExportersTestsBase):
24 class TestFullHTMLExporter(ExportersTestsBase):
25 """Contains test functions for fullhtml.py"""
25 """Contains test functions for fullhtml.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..latex import LatexExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_LatexExporter(ExportersTestsBase):
24 class TestLatexExporter(ExportersTestsBase):
25 """Contains test functions for latex.py"""
25 """Contains test functions for latex.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..markdown import MarkdownExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_MarkdownExporter(ExportersTestsBase):
24 class TestMarkdownExporter(ExportersTestsBase):
25 """Contains test functions for markdown.py"""
25 """Contains test functions for markdown.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..python import PythonExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_PythonExporter(ExportersTestsBase):
24 class TestPythonExporter(ExportersTestsBase):
25 """Contains test functions for python.py"""
25 """Contains test functions for python.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..reveal import RevealExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_RevealExporter(ExportersTestsBase):
24 class TestRevealExporter(ExportersTestsBase):
25 """Contains test functions for reveal.py"""
25 """Contains test functions for reveal.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..rst import RSTExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_RstExporter(ExportersTestsBase):
24 class TestRSTExporter(ExportersTestsBase):
25 """Contains test functions for rst.py"""
25 """Contains test functions for rst.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..sphinx_howto import SphinxHowtoExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_SphinxHowtoExporter(ExportersTestsBase):
24 class TestSphinxHowtoExporter(ExportersTestsBase):
25 """Contains test functions for sphinx_howto.py"""
25 """Contains test functions for sphinx_howto.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -21,7 +21,7 b' from ..sphinx_manual import SphinxManualExporter'
21 # Class
21 # Class
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23
23
24 class Test_SphinxManualExporter(ExportersTestsBase):
24 class TestSphinxManualExporter(ExportersTestsBase):
25 """Contains test functions for sphinx_manual.py"""
25 """Contains test functions for sphinx_manual.py"""
26
26
27 def test_constructor(self):
27 def test_constructor(self):
@@ -24,7 +24,7 b' from ..ansi import *'
24 # Class
24 # Class
25 #-----------------------------------------------------------------------------
25 #-----------------------------------------------------------------------------
26
26
27 class Test_Ansi(TestsBase):
27 class TestAnsi(TestsBase):
28 """Contains test functions for ansi.py"""
28 """Contains test functions for ansi.py"""
29
29
30
30
@@ -23,7 +23,7 b' from ..datatypefilter import DataTypeFilter'
23 # Class
23 # Class
24 #-----------------------------------------------------------------------------
24 #-----------------------------------------------------------------------------
25
25
26 class Test_DataTypeFilter(TestsBase):
26 class TestDataTypeFilter(TestsBase):
27 """Contains test functions for datatypefilter.py"""
27 """Contains test functions for datatypefilter.py"""
28
28
29
29
@@ -23,7 +23,7 b' from ..highlight import *'
23 # Class
23 # Class
24 #-----------------------------------------------------------------------------
24 #-----------------------------------------------------------------------------
25
25
26 class Test_Highlight(TestsBase):
26 class TestHighlight(TestsBase):
27 """Contains test functions for highlight.py"""
27 """Contains test functions for highlight.py"""
28
28
29
29
@@ -20,7 +20,7 b' from .base import TestsBase'
20 # Classes and functions
20 # Classes and functions
21 #-----------------------------------------------------------------------------
21 #-----------------------------------------------------------------------------
22
22
23 class Test_NbConvertApp(TestsBase):
23 class TestNbConvertApp(TestsBase):
24 """Collection of NbConvertApp tests"""
24 """Collection of NbConvertApp tests"""
25
25
26
26
General Comments 0
You need to be logged in to leave comments. Login now