Date
1 - 2 of 2
回复: [edk2-devel] [Patch 0/2] Convert Split tool to python
gaoliming
Bob:
toggle quoted messageShow quoted text
Have you plan to convert all C tools to Python tools? Or only some ones? Can you share your planning for the changes in BaseTools? And, I see you also add unittest for new split tool. Can you introduce the unittest framework for python tool? If so, new added tool can follow the same way to add unittest. Thanks Liming
-----邮件原件-----
|
|
Bob Feng
Good questions. I answer them inline.
Thanks, Bob On Thu, Jan 14, 2021 at 08:53 AM, gaoliming wrote: Bob:I am still investigating the feasibility of converting the C tools to Python tools. Some C tools are simple but some are complex. I hope all the C tools can be converted to Python tools so that all the tools can be moved to the BaseTools separate repo. I think we can file some BZs to track the progress of the C tools conversion. And I hope there could be more volunteers to be involved in this work. Here are the discussions about the benefit and process of moving BaseTools out of the edk2 repo for reference. Can you share your planning for the changes in BaseTools?Except for this patch, my current work for Basetools are: 1. Re-write the FMMT/FCE with Python and propose to add these 2 tools to the edk2 BaseTools. 2. Prepare to publish the Basetools incremental build regression test cases and test framework. And, I see you also add unittest for new split tool. Can you introduce theThe unittest is the python build-in library for the unit test. https://docs.python.org/3/library/unittest.html I provide the unit test is to help you to review this patch. From the unit test case, it will be easy to see if this tool's behavior is as expected. I think for the python code development, we can try our best to follow this document. https://edk2-docs.gitbook.io/edk-ii-python-development-process-specification/
|
|