patman: Convert camel case in tools.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -19,11 +19,11 @@ class TestFdt(unittest.TestCase):
|
||||
def setUpClass(self):
|
||||
self._binman_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
|
||||
self._indir = tempfile.mkdtemp(prefix='binmant.')
|
||||
tools.PrepareOutputDir(self._indir, True)
|
||||
tools.prepare_output_dir(self._indir, True)
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(self):
|
||||
tools._FinaliseForTest()
|
||||
tools._finalise_for_test()
|
||||
|
||||
def TestFile(self, fname):
|
||||
return os.path.join(self._binman_dir, 'test', fname)
|
||||
|
Reference in New Issue
Block a user