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

Method test_dl_missing_args

Test/astc_test_functional.py:1810–1821  ·  view source on GitHub ↗

Test -dl with missing arguments.

(self)

Source from the content-addressed store, hash-verified

1808 self.exec(cmd)
1809
1810 def test_dl_missing_args(self) -> None:
1811 '''
1812 Test -dl with missing arguments.
1813 '''
1814 # Build a valid cmd
1815 cmd = [
1816 self.binary, '-dl',
1817 self.get_ref_image_path('LDR', 'comp', 'A'),
1818 self.get_tmp_image_path('LDR', 'decomp')]
1819
1820 # Run the cmd, incrementally omitting arguments
1821 self.exec_with_omit(cmd, 2)
1822
1823 def test_dl_missing_output(self) -> None:
1824 '''

Callers

nothing calls this directly

Calls 3

exec_with_omitMethod · 0.95
get_ref_image_pathMethod · 0.80
get_tmp_image_pathMethod · 0.80

Tested by

no test coverage detected