Fu Hanxi
Fu Hanxi
Hi, I'm trying to implement the nested if/elif/else with `IndentedBlock`. ```python from pyparsing import (Forward, Group, IndentedBlock, Keyword, Opt, SkipTo, Suppress, Word, alphas, ZeroOrMore) STMT = Forward() SUITE = IndentedBlock(STMT)...
Hi pytest team! While I'm developing a new feature to the [pytest-embedded](https://github.com/espressif/pytest-embedded) plugin, I realize that `|` is not allowed in pytest markers. (Inside the pytest-embedded plugin, I'm using `|`...
While testing we're installing all dependencies at the same time, this will cover potential bugs since we're using `--embedded-services` to make users install only required sub-packages. Let's split up the...
related PEP https://peps.python.org/pep-0594/#telnetlib
Wokwi support more functionalities other than serial I/O. like pushing buttons, set/get the state of sensors (described [here](https://docs.wokwi.com/wokwi-ci/getting-started)) Once the API is settled, implement this in pytest-embedded-wokwi
https://github.com/PyCQA/pydocstyle Some of them are useful. Some of them are noisy. Enable a subset of the rules.
the real target test cases are not as stable as the test cases for the software programs. add a parameter `retry` to retry the unity test cases in-place after they...
- optional dependency for https://github.com/tartley/colorama - extra argument to enable the colors - better logging, the debugging info should go with `DEBUG` level
- pytest_report_collectionfinish - pytest_terminal_summary - pytest_sessionfinish