Fu Hanxi

Results 37 comments of Fu Hanxi

ah, I forgot to add the `dut.write` function... fixed here: https://github.com/espressif/pytest-embedded/pull/41 also need to modify the test script a bit. the `dut.expect` would turn the string into a regex. so...

@joelgrimberg Only properties listed on [sonar.properties](https://github.com/SonarSource/sonarqube/blob/master/sonar-application/src/main/assembly/conf/sonar.properties) can be set in that file, otherwise, it has to be set through UI/variables. Time flies, try to help someone who is still struggling...

Just tested with a modified version of https://github.com/pyparsing/pyparsing/blob/master/examples/indented_block_example.py ```python data = """\ A a b c B d b e f g C h """ group = pp.Forward() group

The test cases are failing, I'll fix them once the idea got approved by you.

Sure. I'll assign it to myself and we'll discuss about the idf-as-lib use case.

@serdartoren Hi, sorry for the late reply. I tried your repo, and IMHO it's unrelated to the original post. Instead, your build failure should be caused by this refactor commit:...

rebased to run the tests

Hi @hayschan! Thank you for your input. > API Documentation `pytest-embedded-wokwi` is a wrapper of the [wokwi-cli](https://docs.wokwi.com/wokwi-ci/getting-started#cli-usage). For now both `wokwi-cli` and `pytest-embedded-wokwi` are in alpha. We're working together with...

@hayschan For your c code, it looks good to me. Usually a simple `unity_run_menu` works [ref to our test app](https://github.com/espressif/esp-idf/blob/master/components/console/test_apps/console/main/test_app_main.c#L50) seems like wokwi-cli does not support "write" yet. I tried...