-
Notifications
You must be signed in to change notification settings - Fork 363
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 Unity Test Framework support #1194
Add Unity Test Framework support #1194
Conversation
Just to add some info: But @kkopanski has made the changes to work with the more recent Test Framework: I personally don't care too much for legacy versions and it's probably best to align with the official support cycle of Unity. So in this case, since the oldest LTS version is now 2021 it's fine. Which requires Unity 2019.2 or later, so it's been changed a long time now. |
@chrisyarbrough you are totally right. I will rework this code so older methods will just stay as is and add new ones. We should also talk about marking things as deprecated if they are below Unity support cycle. |
… This should help creating new task instead of adding everything in one uber-task.
5a6070e
to
4aedcaf
Compare
Just added new UnityProjectSettings class with all project-level settings. This allows to add separate task UnityRunTests which implements new Unity Test Framework. |
Rework of not working test running command line options.
AFAIK this never works on any Unity version.
Also added new
TestPlatform
support.I confirm that the pull-request: