Skip to content

Re-enable tests on driver crates #327

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

Open
2 tasks
wmmc88 opened this issue Mar 25, 2025 · 1 comment
Open
2 tasks

Re-enable tests on driver crates #327

wmmc88 opened this issue Mar 25, 2025 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@wmmc88
Copy link
Collaborator

wmmc88 commented Mar 25, 2025

Previously, due to rust-lang/cargo#12663 (comment), driver crates had to have tests disabled. Since that bug has been fixed in cargo, we can now re-enable unit tests in crates. This also removes the need for having a separate lib crate to contain driver tests.

  • re-enable tests in driver crates
  • update docs to remove recommendations to have a separate lib crate to enable unit tests
@wmmc88 wmmc88 self-assigned this Mar 25, 2025
@wmmc88 wmmc88 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Mar 25, 2025
@wmmc88
Copy link
Collaborator Author

wmmc88 commented Mar 25, 2025

Since this change just got merged into cargo, we won't see this change until the latest cargo is ingested into rust and a new stable release is made. I think that this will be earliest available at 1.87 (5 May, 2025)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant