Exemplo n.º 1
0
 def test_link_for_unknown_format(self):
     assert_equal(
         str(dgu_format_icon('unknown')),
         '<img src="/images/fugue/document.png" height="16px" width="16px" alt="None" class="inline-icon " /> '
     )
Exemplo n.º 2
0
 def test_link_for_csv(self):
     assert_equal(
         str(dgu_format_icon('Csv')),
         '<img src="/images/fugue/document-invoice.png" height="16px" width="16px" alt="None" class="inline-icon " /> '
     )
Exemplo n.º 3
0
 def test_is_literal(self):
     assert_equal(str(type(dgu_format_icon('Csv'))),
                  "<class 'webhelpers.html.builder.literal'>")
Exemplo n.º 4
0
 def test_link_for_unknown_format(self):
     assert_equal(
         str(dgu_format_icon('unknown')),
         '<img src="/images/fugue/document.png" height="16px" width="16px" alt="None" class="inline-icon " /> ')
Exemplo n.º 5
0
 def test_link_for_csv(self):
     assert_equal(
         str(dgu_format_icon('Csv')),
         '<img src="/images/fugue/document-invoice.png" height="16px" width="16px" alt="None" class="inline-icon " /> ')
Exemplo n.º 6
0
 def test_is_literal(self):
     assert_equal(str(type(dgu_format_icon('Csv'))),
                  "<class 'webhelpers.html.builder.literal'>")