Skip to content

Conversation

Ouss4
Copy link
Contributor

@Ouss4 Ouss4 commented Jul 25, 2022

Description of Change

The default build directory was changed during the last PR to accomodate the multi-configurations build. However, this also changed it for a single sketch build. This had a side effect of requiring to pass it as a parameter to pytest because pytest-emebdded default to build if none is provided. So the command became:pytest tests --build-dir build0 -k hello_world. This PR brings the old behavior for single sketch builds so one can test with just pytest tests -k hello_world.

Tests scenarios

Locally with the scripts and the test sketches present in-tree. The CI will test more.

Related links

N/A

should default to "build".

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
@Ouss4 Ouss4 added the hil_test Run Hardware Tests label Jul 25, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 25, 2022

Unit Test Results

15 files  15 suites   2m 10s ⏱️
  7 tests   7 ✔️ 0 💤 0
24 runs  24 ✔️ 0 💤 0

Results for commit b6291e4.

♻️ This comment has been updated with latest results.

@VojtechBartoska VojtechBartoska added the Type: CI & Testing Related to continuous integration, automated testing, or test infrastructure. label Jul 26, 2022
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT, tested locally and everything works.

@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Jul 26, 2022
@SuGlider SuGlider merged commit 4b64cde into espressif:master Jul 26, 2022
@Ouss4 Ouss4 deleted the build_default branch July 26, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hil_test Run Hardware Tests Type: CI & Testing Related to continuous integration, automated testing, or test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants