Skip to content

Conversation

@jorenham
Copy link
Owner

@jorenham jorenham commented Sep 7, 2025

test_utils::xsref => testing

Copilot AI review requested due to automatic review settings September 7, 2025 22:41
@jorenham jorenham added this to the 0.1.0 milestone Sep 7, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR flattens the testing module structure by moving the testing utilities from the nested test_utils::xsref module to a top-level testing module.

  • Relocates testing infrastructure from test_utils::xsref to testing module
  • Updates all test imports to use crate::testing instead of crate::xsref
  • Removes the old test_utils module containing the wrapped xsref submodule

Reviewed Changes

Copilot reviewed 33 out of 33 changed files in this pull request and generated no comments.

File Description
src/lib.rs Updates module declaration to use new testing module
src/testing.rs New testing module with utilities moved from test_utils::xsref
src/test_utils.rs Removes old testing module file
Multiple test files Updates import statements to use crate::testing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jorenham jorenham enabled auto-merge September 7, 2025 22:42
@jorenham jorenham merged commit 77cda16 into master Sep 7, 2025
7 checks passed
@jorenham jorenham deleted the flatten-testing-module branch September 7, 2025 22:44
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.

1 participant