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

Method test_dl_missing_output

Test/astc_test_functional.py:1823–1833  ·  view source on GitHub ↗

Test -dl with a missing output directory.

(self)

Source from the content-addressed store, hash-verified

1821 self.exec_with_omit(cmd, 2)
1822
1823 def test_dl_missing_output(self) -> None:
1824 '''
1825 Test -dl with a missing output directory.
1826 '''
1827 # Build an otherwise valid cmd with the test flaw
1828 cmd = [
1829 self.binary, '-dl',
1830 self.get_ref_image_path('LDR', 'comp', 'A'),
1831 './DoesNotExist/test.png']
1832
1833 self.exec(cmd)
1834
1835 def test_cl_a_missing_args(self) -> None:
1836 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_ref_image_pathMethod · 0.80

Tested by

no test coverage detected