takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

UnitTestGeneratorTool Class Reference

UnitTestGeneratorTool Class Reference

Public Member Functions

def create

Detailed Description

Generator tool to create new unit tests from template

Definition at line 26 of file new.py.


Member Function Documentation

def create (   self,
  mbed_os_root = None,
  filepath = None 
)
Generate a unit test for a file to be tested from templates

Keyword arguments:
mbed_os_root - Mbed OS root directory
filepath - Path to the file to be tested

Definition at line 47 of file new.py.