- plugin load sequence. idf-ci must load after pytest-embedded
- make sure the plugin override sequence
- remove duplicated sub folders while pytest collection
env_selector
shall return markers withand
joined
- support
idf-ci test collect
- support
env_markers
in ini file
- solve name collision in
idf_ci.cli
- avoid
cli
name conflict as sub-package and cli function - package data includes dotfiles
- stop overriding existing config files
- replace concept "profile" to concept "config file"
- drop profile overriding. use only one profile
- load only apps which are built successfully
- calculate os.getcwd() dynamically
- setup same logging level for different packages
- get current workdir when called init-profile
- change all
LOGGER
tologger
- return all apps as non-test-related apps when no pytest case found
- pass modified_files and modified_components to build_apps call