mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-28 02:23:46 +02:00
Convert project fully to UV
This commit is contained in:
@@ -11,6 +11,6 @@ from pytest_embedded_idf.dut import IdfDut
|
||||
@pytest.mark.generic
|
||||
def test_blink(dut: IdfDut) -> None:
|
||||
# check and log bin size
|
||||
binary_file = os.path.join(dut.app.binary_path, 'blink.bin')
|
||||
binary_file = os.path.join(dut.app.binary_path, "blink.bin")
|
||||
bin_size = os.path.getsize(binary_file)
|
||||
logging.info('blink_bin_size : {}KB'.format(bin_size // 1024))
|
||||
logging.info("blink_bin_size : {}KB".format(bin_size // 1024))
|
||||
|
||||
Reference in New Issue
Block a user