-
Notifications
You must be signed in to change notification settings - Fork 58
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
Correlating Unit Tests #3
Comments
Devil's Advocate: relaxing the unit test requirement would probably increase developer engagement (else, how is the Labs project different from the Community Toolkit?) |
@XAML-Knight unit tests aren't required to do an initial PR and start a project in labs. But we want to have the same infrastructure so that as an experiment progresses unit tests, samples, docs, and potentially ui tests can also be added. That way everything can be built here more collaboratively and without needing to be done all in a single-go. Once everything is built-here, we'll know it's all set to transition into the main repo. |
Waiting on #4 before taking this. |
#82 handles this by including the shared project for the tests of each experiment. Once that PR is in and there is more than one experiment in the repo this can be confirmed and closed. |
I believe this can be closed. @Arlodotexe or @michael-hawker to confirm |
Each feature should have their own unit test project, these should be easy to run within VS for the developer.
At the same time we want the CI/pipeline to run all the unit tests together and report any issues back.
The text was updated successfully, but these errors were encountered: