Search found 5 matches

by kozmotronik
Mon Feb 17, 2025 9:09 am
Forum: IDEs for ESP-IDF
Topic: Unit tests are disappeared from VS Code Activiy Bar
Replies: 2
Views: 730

Re: Unit tests are disappeared from VS Code Activiy Bar

The reason why test don't show in the Testing tabs is because it is not following the naming convention of test files. The extension automatically find tests in files of name test_*.c as described in unit testing documentation Hello Bignacio, thank you for your answer. As a matter of fact, I've ren...
by kozmotronik
Tue Feb 11, 2025 7:26 am
Forum: IDEs for ESP-IDF
Topic: Unit tests are disappeared from VS Code Activiy Bar
Replies: 2
Views: 730

Unit tests are disappeared from VS Code Activiy Bar

Hi there, ESP noob here. I am trying to create a custom component with its unit tests in VS Code. The test cases were visible in the Activity Bar > Testing section at first. Then suddenly the tests have been disappeared as I keep developing the component. I've tried building and flashing the test ap...
by kozmotronik
Tue Feb 11, 2025 7:06 am
Forum: IDEs for ESP-IDF
Topic: IDE's Youtube Tutorial
Replies: 1
Views: 39313

Re: IDE's Youtube Tutorial

Hi,
A comprehensive unit-testing tutorial in VS Code would be appreciated. Because as an ESP noob, this is the one of the topics I struggle with most.
Also, a tutorial on how to write a custom component in VS Code would be great.
Thank you!
by kozmotronik
Thu Jan 30, 2025 6:41 am
Forum: IDEs for ESP-IDF
Topic: Correct Way to Select the Target Chip in Unit Testing?
Replies: 3
Views: 2594

Re: Correct Way to Select the Target Chip in Unit Testing?

I figured out the issue. Here is what happens: When the ESP-IDF Unit Test: Install ESP-IDF PyTest requirements command is issued as per the docs, the vscode extension automatically installs the requirements, as well as copies the unity-app from the extension template. However the extension does not ...
by kozmotronik
Wed Jan 29, 2025 9:30 am
Forum: IDEs for ESP-IDF
Topic: Correct Way to Select the Target Chip in Unit Testing?
Replies: 3
Views: 2594

Correct Way to Select the Target Chip in Unit Testing?

Hi there! I am trying to get familiar with ESP-IDF unit testing, using the official unit test example . I've gone through the official unit testing docs and also unit testing docs for the ESP-IDF VSCode Plugin. As a development board, I use the ESP32-C3-DevKitM-1 . However, I get an error about targ...