fix the tracer#884
Conversation
When there were fewer than 4 test files, the pytest_split() function returned a flat list of strings instead of a list of lists
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
previously pytest_split was just a string, when a list of list was expected, it ended up splitting that string into a list of individual strings causing the parser to fail |
This reverts commit b6ab255.
PR Type
Bug fix, Enhancement
Description
Parse args preserving unknown for target
Set PYTHONPATH to project root
Fix pytest_split return shape
Skip license bump on dev/post builds
Diagram Walkthrough
File Walkthrough
tracer.py
Robust arg handling and PYTHONPATH for tracer subprocessescodeflash/tracer.py
update_license_version.py
Skip license version update for non-final buildscodeflash/update_license_version.py
pytest_parallelization.py
Fix pytest_split return structure for small setscodeflash/tracing/pytest_parallelization.py