Closed ono-max closed 1 month ago
The changes involve modifications to the SplitSubsetTest
class within the tests/commands/test_split_subset.py
file. Enhancements include the addition of debugging print statements in the test_split_by_group_names
method and updates to the test_split_by_group_names_output_exclusion_rules
method to incorporate an --output-exclusion-rules
flag. These adjustments aim to improve test reliability and visibility during execution, as well as refine the assertions used for comparing output files.
File | Change Summary |
---|---|
tests/commands/test_split_subset.py | Enhanced SplitSubsetTest with debugging print statements in test_split_by_group_names . Updated test_split_by_group_names_output_exclusion_rules to include --output-exclusion-rules and modified assertions to use assertCountEqual . |
In the tests where bunnies hop,
We fixed the flakiness, no need to stop.
With prints to see the paths we tread,
And rules for outputs, we're well-fed!
So let’s celebrate with a joyful cheer,
For robust tests bring us all near! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
split-subset
command to improve reliability and debugging.