Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Move ./test_data/ to dedicated ./tests/test_data/ directory #3270

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

jaegeral
Copy link
Collaborator

@jaegeral jaegeral commented Jan 30, 2025

This pull request moves the test data from ./test_data to ./tests/test_data. This change streamlines the project's folder structure by consolidating test-related files within the tests directory. This improves organization and makes it clearer where test resources reside.

Specifically:

  • Moved the ./test_data directory and its contents to ./tests/test_data.
  • Updated any references to the old test data path within the codebase to reflect the new location. (If applicable, list specific files or modules that were updated. E.g., "Updated references in tests/test_importer.py and tests/test_analyzer.py.")

This change aims to improve the overall project structure and maintainability. It does not introduce any new functionality or change existing behavior.

Checks

  • All tests succeed.
  • Unit tests added.
  • e2e tests added.
  • Documentation updated.

Closing issues

Related to: #3184

@jaegeral jaegeral added the Code Health Code health improvements label Jan 30, 2025
@jaegeral jaegeral mentioned this pull request Jan 30, 2025
2 tasks
@jaegeral jaegeral marked this pull request as ready for review January 30, 2025 09:53
@jaegeral jaegeral requested a review from jkppr January 30, 2025 09:53
Copy link
Collaborator

@jkppr jkppr left a comment

Choose a reason for hiding this comment

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

lgmt

@jaegeral jaegeral merged commit 4b6ec70 into google:master Feb 12, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Health Code health improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants