Skip to content

Conversation

@gregdodd
Copy link
Contributor

@gregdodd gregdodd commented Sep 8, 2025

TL;DR

Add source location information to test cases and enhance bisect logging with file paths and line numbers.

What changed?

  • Added a source_location method to Minitest test cases that returns the file path and line number where the test is defined
  • Enhanced the bisect command to generate a new log file (log/bisect_test_details.log) that includes file paths and line numbers for each test in the failing order

Copy link
Contributor Author

gregdodd commented Sep 8, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@gregdodd gregdodd marked this pull request as ready for review September 8, 2025 17:35
@gregdodd gregdodd changed the title include detailed bisect log with file paths Include detailed bisect log with file paths Sep 8, 2025
@gregdodd gregdodd force-pushed the 09-08-include_detailed_bisect_log_with_file_paths branch from 6d4e3b0 to 18b7182 Compare September 8, 2025 19:04
@gregdodd gregdodd force-pushed the 09-08-include_detailed_bisect_log_with_file_paths branch from 18b7182 to 56973df Compare September 9, 2025 19:18
@gregdodd gregdodd requested a review from ChrisBr September 11, 2025 12:36
@gregdodd gregdodd merged commit c4584a7 into main Sep 11, 2025
14 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants