-
Notifications
You must be signed in to change notification settings - Fork 665
move python test out of core #16760
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
base: master
Are you sure you want to change the base?
move python test out of core #16760
Conversation
This reverts commit 0383df8.
| public void PythonEnginePackageDependencyIsCollectedAndSerialized() | ||
| { | ||
| // Load JSON file graph | ||
| string path = Path.Combine(TestDirectory, @"core\packageDependencyTests\PythonDependency.dyn"); |
| Assert.IsEmpty(json[WorkspaceReadConverter.NodeLibraryDependenciesPropString]); | ||
| } | ||
|
|
||
| string packageDirectory = Path.Combine(TestDirectory, @"core\packageDependencyTests\PythonEnginePackage"); |
|
@pinzart90 I don't understand from your description if you found what was causing the test failure or not? |
|
@pinzart90 there is a test failure: maybe these tests are interacting, does this test fixture pass locally for you now that you moved the test here? |
Purpose
Issue:
Test
Dynamo.Tests.PackageDependencyTests.PythonEnginePackageDependencyIsCollectedAndSerializedis failing for DynamoCoreService (DaaS)What changed:
Moved the
PythonEnginePackageDependencyIsCollectedAndSerializedtest from DynamoCoreTests to DynamoPythonTests.DynamoCoreService does not use python (yet), so testing python for DaaS is not critical.
Temporary fix on the linux job side https://git.autodesk.com/Dynamo/DynamoSelfServe/commit/1cfa6cc385d19a7a513f5132cce4307580f4f55b
Declarations
Check these if you believe they are true
Release Notes
Moved python test from DynamoCoreTests to DynamoPythonTests
Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of