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 Engine Tests Runnable From CLI #182

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

pcen
Copy link
Contributor

@pcen pcen commented Apr 2, 2022

On mac / unix, running xunit tests from the command line via dotnet test fails because Microsoft.VisualStudio.TestPlatform.ObjectModel cannot be found. This issue explains the issue, and the solution which is to add the necessary package as a reference explicitly.

Fixing this makes local testing possible without Visual Studio on mac and linux, and will help with setting up CI testing on GitHub.

@pcen pcen requested review from QuintillusCFC and WildWeazel April 2, 2022 19:40
Copy link
Member

@QuintillusCFC QuintillusCFC left a comment

Choose a reason for hiding this comment

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

Makes sense to me, and it still works on Windows too.

@pcen pcen merged commit ad6e078 into Development Apr 5, 2022
@pcen pcen deleted the make-engine-tests-runnable-from-cli branch April 5, 2022 05:50
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.

2 participants