chore(tests): exclude dimos/experimental from the standard pytest run#2847
Open
leshy wants to merge 2 commits into
Open
chore(tests): exclude dimos/experimental from the standard pytest run#2847leshy wants to merge 2 commits into
leshy wants to merge 2 commits into
Conversation
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2847 +/- ##
==========================================
- Coverage 72.21% 72.00% -0.21%
==========================================
Files 1001 980 -21
Lines 89755 87235 -2520
Branches 8196 7928 -268
==========================================
- Hits 64818 62817 -2001
+ Misses 22718 22326 -392
+ Partials 2219 2092 -127
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
|
yuo just fixed arduino tests with your other PR. but we can skip experimental in CI i dont care either way |
spomichter
approved these changes
Jul 11, 2026
Contributor
|
rerunning tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Experimental modules shouldn't gate CI — right now 3 arduino tests are red on main
This adds
--ignore=dimos/experimentalto pytest addopts:pytest dimos,bin/pytest-fast, CI) skipdimos/experimental/entirelypytest dimos/experimental/arduino/test_arduino_module.pycollects normally, so experimental authors keep their suites runnable