MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / test_tl_unknown_input

Method test_tl_unknown_input

Test/astc_test_functional.py:1727–1738  ·  view source on GitHub ↗

Test -tl with an unknown input file extension.

(self)

Source from the content-addressed store, hash-verified

1725 self.exec(cmd)
1726
1727 def test_tl_unknown_input(self) -> None:
1728 '''
1729 Test -tl with an unknown input file extension.
1730 '''
1731 # Build an otherwise valid cmd with the test flaw
1732 cmd = [
1733 self.binary, '-tl',
1734 './Test/Data/empty.unk',
1735 self.get_tmp_image_path('LDR', 'decomp'),
1736 '4x4', '-fast']
1737
1738 self.exec(cmd)
1739
1740 def test_tl_missing_output(self) -> None:
1741 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_tmp_image_pathMethod · 0.80

Tested by

no test coverage detected