Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
ExportBuildTest Class Reference
| Public Member Functions | |
| def | __init__ | 
| def | batch_tests | 
| def | perform_exports | 
Detailed Description
Object to encapsulate logic for progen build testing
Definition at line 75 of file build_test.py.
Constructor & Destructor Documentation
| def __init__ | ( | self, | |
| tests, | |||
| parser, | |||
| options | |||
| ) | 
Initialize an instance of class ProgenBuildTest
Args:
    tests: array of TestCase instances
Definition at line 77 of file build_test.py.
Member Function Documentation
| def batch_tests | ( | self, | |
| clean = False | |||
| ) | 
Performs all exports of self.tests Peroform_exports will fill self.build_queue. This function will empty self.build_queue and call the test's IDE's build function.
Definition at line 111 of file build_test.py.
| def perform_exports | ( | self, | |
| test_case | |||
| ) | 
Generate the project file for test_case and fill self.build_queue
Args:
    test_case: object of type TestCase
Definition at line 151 of file build_test.py.
Generated on Tue Jul 12 2022 21:14:59 by
 1.7.2
 1.7.2 
    