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

Method test_tl_missing_output

Test/astc_test_functional.py:1740–1751  ·  view source on GitHub ↗

Test -tl with a missing output directory.

(self)

Source from the content-addressed store, hash-verified

1738 self.exec(cmd)
1739
1740 def test_tl_missing_output(self) -> None:
1741 '''
1742 Test -tl with a missing output directory.
1743 '''
1744 # Build an otherwise valid cmd with the test flaw
1745 cmd = [
1746 self.binary, '-tl',
1747 self.get_ref_image_path('LDR', 'input', 'A'),
1748 './DoesNotExist/test.png',
1749 '4x4', '-fast']
1750
1751 self.exec(cmd)
1752
1753 def test_tl_bad_block_size(self) -> None:
1754 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_ref_image_pathMethod · 0.80

Tested by

no test coverage detected