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