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

Method test_cl_unknown_input

Test/astc_test_functional.py:1576–1587  ·  view source on GitHub ↗

Test -cl with an unknown input file extension.

(self)

Source from the content-addressed store, hash-verified

1574 self.exec(cmd)
1575
1576 def test_cl_unknown_input(self) -> None:
1577 '''
1578 Test -cl with an unknown input file extension.
1579 '''
1580 # Build an otherwise valid cmd with the test flaw
1581 cmd = [
1582 self.binary, '-cl',
1583 './Test/Data/empty.unk',
1584 self.get_tmp_image_path('LDR', 'comp'),
1585 '4x4', '-fast']
1586
1587 self.exec(cmd)
1588
1589 def test_cl_missing_output(self) -> None:
1590 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_tmp_image_pathMethod · 0.80

Tested by

no test coverage detected