Lines Matching refs:py
4 We welcome contributions to the ``esptool.py`` project!
9 Contributions to ``esptool.py`` - fixing bugs, adding features, adding documentation - are welcome.…
16 Development mode allows you to run the latest development version from the `esptool.py repository o…
24 This will install ``esptool.py``’s dependencies and create some executable script wrappers in the u…
28 …actually developing and testing ``esptool.py``, run this command to install a development copy of …
39 Please report bugs in ``esptool.py`` if you find them. However, before reporting a bug please check…
59 * Have you tried running ``esptool.py`` test suite locally?
74 Please follow these coding standards when writing code for ``esptool.py``:
93 ``esptool.py`` complies with the `Conventional Commits standard <https://www.conventionalcommits.or…
99 ``esptool.py`` is `PEP8 <https://peps.python.org/pep-0008/>`_ compliant and enforces this style gui…
123 …gration suite with some integration tests for ``esptool.py``, ``espefuse.py``, and ``espsecure.py`…
125 It is necessary to have ``esptool.py`` installed (see `Development Setup`_) in your environment in …
129 * ``test_imagegen.py`` tests the ``elf2image`` command
130 * ``test_image_info.py`` tests the ``image_info`` command
131 * ``test_mergebin.py`` tests the ``merge_bin`` command
132 * ``test_modules.py`` tests the modules used by ``esptool.py`` for regressions
133 * ``test_espsecure.py`` tests ``espsecure.py`` functionality
134 * ``test_espsecure_hsm.py`` tests support of external HSM signing in ``espsecure.py``. These tests…
138 * ``test_esptool.py`` contains integration tests for ``esptool.py`` and needs to be run against re…
140 ``pytest test_esptool.py --port <serial port> --chip <name of chip> --baud <baud rate>``
144 ``pytest test_esptool.py --port /dev/ttyUSB0 --chip esp32 --baud 230400``
148 ``pytest test_esptool.py --port /dev/ttyUSB2 --chip esp8266 --baud 460800 -k TestFlashing``
154 …py`` contains integration tests for ``esptool.py`` with chips in secure download mode. It needs to…
158 * ``test_espefuse.py`` tests ``espefuse.py`` functionality. To run it:
160 ``pytest test_espefuse.py --chip <name of chip>``
162 …These test use the ``--virt`` virtual mode of ``espefuse.py`` to safely test the functionality wit…