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

Method test_tl_bad_argument

Test/astc_test_functional.py:1797–1808  ·  view source on GitHub ↗

Test -tl with an unknown additional argument.

(self)

Source from the content-addressed store, hash-verified

1795 self.exec(cmd)
1796
1797 def test_tl_bad_argument(self) -> None:
1798 '''
1799 Test -tl with an unknown additional argument.
1800 '''
1801 # Build an otherwise valid cmd with the test flaw
1802 cmd = [
1803 self.binary, '-tl',
1804 self.get_ref_image_path('LDR', 'input', 'A'),
1805 self.get_tmp_image_path('LDR', 'decomp'),
1806 '4x4', '-fast', '-unknown']
1807
1808 self.exec(cmd)
1809
1810 def test_dl_missing_args(self) -> None:
1811 '''

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