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

Reduce coupling of Data.Analysis.Tests project #6759

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Reduce coupling of Data.Analysis.Tests project #6759

merged 1 commit into from
Jul 7, 2023

Conversation

asmirnov82
Copy link
Contributor

This PR continues work started in #4346

The aim is to eliminate dependency of Microsoft.Data.Analysis.Tests from overal ML infrastructure. Before this PR it's required to build the overal ML solution (including native cpp projects) for running Unit tests for the DataFrame. Actually all these transative dependencies where the results of using Test attributes (like X86, X86X64 and NotArm32). Moving these attributes out of the Microsoft.ML.TestFramework into light Microsoft.ML.TestFrameworkCommon reduce coupling of tests projects.

@JakeRadMSFT JakeRadMSFT merged commit caee3c2 into dotnet:main Jul 7, 2023
23 checks passed
@asmirnov82 asmirnov82 deleted the reduce_test_projects_coupling branch July 7, 2023 13:10
@ghost ghost locked as resolved and limited conversation to collaborators Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants