-
Notifications
You must be signed in to change notification settings - Fork 120
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
CMCL-1457: Remove test framework from cinemachine package #901
Conversation
Move cinemachine tests into their own package Update tests projects to use cinemachine.tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will try it locally... stay tuned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, I love it
"version": "1.0.0", | ||
"displayName": "Cinemachine Tests", | ||
"dependencies": { | ||
"com.unity.test-framework": "1.1.33" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we also depend on cinemachine itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the doc that is not needed but will check.
{
"name": "com.unity.my-package",
"displayName": "My Package Tests",
"version": "1.2.3",
"type": "tests",
"dependencies": {
"com.unity.my-test-dependency": "1.0.0",
}
}
Will probably need @windxu88 input to solve this issue would be great to solve for 3.1.X. |
[Delete any line or section that does not apply]
Purpose of this PR
Remove dependancy to test framework
Testing status
Technical risk
Medium testing changes. Normally no changes in the package though need some manual testing just to be sure.
Comments to reviewers
Check everything is tested correctly. The number of file changed look scary but most of it is just the test folder being moved to an other package.
Package version