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

Method test_cl_missing_output

Test/astc_test_functional.py:1589–1600  ·  view source on GitHub ↗

Test -cl with a missing output directory.

(self)

Source from the content-addressed store, hash-verified

1587 self.exec(cmd)
1588
1589 def test_cl_missing_output(self) -> None:
1590 '''
1591 Test -cl with a missing output directory.
1592 '''
1593 # Build an otherwise valid cmd with the test flaw
1594 cmd = [
1595 self.binary, '-cl',
1596 self.get_ref_image_path('LDR', 'input', 'A'),
1597 './DoesNotExist/test.astc',
1598 '4x4', '-fast']
1599
1600 self.exec(cmd)
1601
1602 def test_cl_unknown_output(self) -> None:
1603 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_ref_image_pathMethod · 0.80

Tested by

no test coverage detected