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

Method test_cl_bad_argument

Test/astc_test_functional.py:1659–1670  ·  view source on GitHub ↗

Test -cl with an unknown additional argument.

(self)

Source from the content-addressed store, hash-verified

1657 self.exec(cmd)
1658
1659 def test_cl_bad_argument(self) -> None:
1660 '''
1661 Test -cl with an unknown additional argument.
1662 '''
1663 # Build an otherwise valid cmd with the test flaw
1664 cmd = [
1665 self.binary, '-cl',
1666 self.get_ref_image_path('LDR', 'input', 'A'),
1667 self.get_tmp_image_path('LDR', 'comp'),
1668 '4x4', '-fast', '-unknown']
1669
1670 self.exec(cmd)
1671
1672 def test_cl_2d_block_with_array(self) -> None:
1673 '''

Callers

nothing calls this directly

Calls 3

execMethod · 0.95
get_ref_image_pathMethod · 0.80
get_tmp_image_pathMethod · 0.80

Tested by

no test coverage detected