コード例 #1
0
def test_jpg():
    assert_output_cached("pyg|jn", "print 'hello'")
コード例 #2
0
def test_gif():
    assert_output_cached("pyg|gn", "print 'hello'")
コード例 #3
0
def test_espeak_filter():
    assert_output_cached("espeak", "hello", min_filesize=1000)
コード例 #4
0
def test_png():
    assert_output_cached("pyg|pn", "print 'hello'")
コード例 #5
0
def test_html2pdf_filter():
    assert_output_cached("html2pdf", "<p>hello</p>", min_filesize=1000)
コード例 #6
0
def test_dot_filter():
    assert_output_cached("dot",
                         "digraph { a -> b }",
                         min_filesize=1000,
                         ext=".dot")
コード例 #7
0
def test_ht_latex():
    assert_output_cached("htlatex", LATEX, ext=".tex")
コード例 #8
0
def test_espeak_filter():
    assert_output_cached("espeak", "hello", min_filesize = 1000)
コード例 #9
0
def test_dot_filter():
    assert_output_cached("dot", "digraph { a -> b }", min_filesize=1000, ext=".dot")
コード例 #10
0
def test_html2pdf_filter():
    assert_output_cached("html2pdf", "<p>hello</p>", min_filesize=1000)
コード例 #11
0
def test_ht_latex():
    assert_output_cached("htlatex", LATEX, ext=".tex")