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

Method setUp

Test/astc_test_functional.py:119–126  ·  view source on GitHub ↗

Set up a test case. Create a new temporary directory for output files.

(self)

Source from the content-addressed store, hash-verified

117 self.binary = encoder.binary_path
118
119 def setUp(self):
120 '''
121 Set up a test case.
122
123 Create a new temporary directory for output files.
124 '''
125 # pylint: disable=consider-using-with
126 self.tmp_dir = tempfile.TemporaryDirectory()
127
128 def tearDown(self):
129 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected