eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
38 stars 42 forks source link

feat: improve testsuite validation #389

Closed Pog3k closed 11 months ago

Pog3k commented 11 months ago

Improve testsuite validation.

If test files are sleceted in child folders child folders must have an init file. Support check for nested child folders.

Print error when init file is missing

codecov[bot] commented 11 months ago

Codecov Report

Merging #389 (f153efa) into master (7931724) will increase coverage by 0.01%. Report is 10 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
+ Coverage   97.09%   97.11%   +0.01%     
==========================================
  Files          85       85              
  Lines        6824     6853      +29     
==========================================
+ Hits         6626     6655      +29     
  Misses        198      198              
Files Coverage Δ
src/pykiso/test_coordinator/test_execution.py 99.04% <100.00%> (+0.14%) :arrow_up:

... and 6 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

sebastianpfischer commented 11 months ago

Is there anything to add in What's new section?