Lines Matching refs:run
16 Development mode allows you to run the latest development version from the `esptool.py repository o…
24 …cutable script wrappers in the user’s ``bin`` directory. The wrappers will run the scripts found i…
26 It’s also possible to run the scripts directly from the working directory with this Development Mod…
28 To also install additional tools needed for actually developing and testing ``esptool.py``, run thi…
103 … tools will be automatically run by ``pre-commit`` if that is configured. To check your code manua…
105 When you submit a Pull Request, the GitHub Actions automated build system will run automated checks…
125 …`esptool.py`` installed (see `Development Setup`_) in your environment in order to run these tests.
127 The following tests run automatically by GitHub Actions for each Pull Request. You can run them loc…
136 …lowing tests are not run automatically by GitHub Actions, because they need real connected hardwar…
138 * ``test_esptool.py`` contains integration tests for ``esptool.py`` and needs to be run against re…
142 For example, to run all tests on an ESP32 board connected to /dev/ttyUSB0, at 230400bps:
146 …Or to run the TestFlashing suite only (using the pytest ``-k`` option to select tests based on the…
154 …ests for ``esptool.py`` with chips in secure download mode. It needs to be run against real Espres…
156 The following tests are not run automatically by GitHub Actions, but can be run locally in a comman…
158 * ``test_espefuse.py`` tests ``espefuse.py`` functionality. To run it:
166 … Do not attempt to run these tests on real hardware! You risk damaging or destroying the ESP chip!
168 …actual hardware or installation of additional prerequisites) can be easily run with the following …