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

Method test_tl_missing_input

Test/astc_test_functional.py:1714–1725  ·  view source on GitHub ↗

Test -tl with a missing input file.

(self)

Source from the content-addressed store, hash-verified

1712 self.exec_with_omit(cmd, 2)
1713
1714 def test_tl_missing_input(self) -> None:
1715 '''
1716 Test -tl with a missing input file.
1717 '''
1718 # Build a valid cmd with a missing input file
1719 cmd = [
1720 self.binary, '-tl',
1721 './Test/Data/missing.png',
1722 self.get_tmp_image_path('LDR', 'decomp'),
1723 '4x4', '-fast']
1724
1725 self.exec(cmd)
1726
1727 def test_tl_unknown_input(self) -> None:
1728 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_tmp_image_pathMethod · 0.80

Tested by

no test coverage detected