Fixed script for generating UT templates
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
5c81824a8d
commit
5e97795630
@ -48,6 +48,9 @@ class TestGenerator(object):
|
|||||||
buf += self.get_empty_test_function()
|
buf += self.get_empty_test_function()
|
||||||
buf += self.get_test_main()
|
buf += self.get_test_main()
|
||||||
|
|
||||||
|
with open(dst_path, "w") as f:
|
||||||
|
f.writelines(buf)
|
||||||
|
|
||||||
print dst_path + " generated successfully!"
|
print dst_path + " generated successfully!"
|
||||||
|
|
||||||
def get_markups(self):
|
def get_markups(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user