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

Make CreateAppHost test use TestArtifact instead of its own class #102625

Merged
merged 3 commits into from
May 29, 2024

Conversation

elinor-fung
Copy link
Member

The CreateAppHost test class had its own TestDirectory class that provided the same functionality as the TestArtifact utility used by the rest of the host tests. Switch it to the shared helper.

Found this while looking at what we'd have to do for testing the upcoming work for CET compat enable/disable in the hosts.

cc @dotnet/appmodel

Copy link
Contributor

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@agocke agocke left a comment

Choose a reason for hiding this comment

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

LGTM

@elinor-fung elinor-fung reopened this May 28, 2024
@elinor-fung elinor-fung merged commit 26df384 into dotnet:main May 29, 2024
70 checks passed
@elinor-fung elinor-fung deleted the createAppHost-test-cleanup branch May 29, 2024 20:03
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
…tnet#102625)

The `CreateAppHost` test class had its own `TestDirectory` class that provided the same functionality as the `TestArtifact` utility used by the rest of the host tests. Switch it to the shared helper.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Host test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants