Skip to content

Conversation

dpgeorge
Copy link
Member

Summary

In #17897 the tests were changed so they require SSL certificate files to be present. I missed a few in that clean up, because they didn't use the os.stat pattern. Fix that here.

Also, simplify SKIP logic in a test for the array module.

Testing

Tested locally on the unix port.

@dpgeorge dpgeorge added the tests Relates to tests/ directory in source label Aug 27, 2025
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.38%. Comparing base (af745a5) to head (f0d445a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #17992   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files         171      171           
  Lines       22296    22296           
=======================================
  Hits        21937    21937           
  Misses        359      359           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

These were missed in 2bba507 because they
didn't use the `os.stat` pattern.

Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge force-pushed the tests-multi-net-clean-up-skip branch from 4b99281 to f0d445a Compare August 29, 2025 01:18
@dpgeorge dpgeorge merged commit f0d445a into micropython:master Aug 29, 2025
34 checks passed
@dpgeorge dpgeorge deleted the tests-multi-net-clean-up-skip branch August 29, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Relates to tests/ directory in source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant