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

add tests #6

Merged
merged 22 commits into from
Jan 30, 2024
Merged

add tests #6

merged 22 commits into from
Jan 30, 2024

Conversation

mjkkirschner
Copy link
Member

add test project
pull dynamo core from s3 and run tests.
move to net8



[SetUpFixture]
public class Setup
Copy link
Member Author

Choose a reason for hiding this comment

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

this code is stolen from @pinzart90's example in DynamoSamples repo.

<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>

Choose a reason for hiding this comment

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

IsTestProject is set automatically by consuming the microsoft test.sdk nuget
Not sure why you need to specify IsPackable false

Copy link
Member Author

@mjkkirschner mjkkirschner Jan 30, 2024

Choose a reason for hiding this comment

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

these were set by VS when creating a test project from nunit template. Do you want me to remove them?

@mjkkirschner mjkkirschner merged commit 906f02a into DynamoDS:master Jan 30, 2024
11 checks passed
@mjkkirschner mjkkirschner deleted the tests branch January 30, 2024 20:02
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamoVisualProgramming.Tests" Version="3.1.0-beta3874" />

Choose a reason for hiding this comment

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

Curious why the DynamoCoreRuntime used is 3.0.2 whereas the references are 3.1.

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.

4 participants