-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove test groups #111
Remove test groups #111
Conversation
NoteI do not plan to clean up the tutorial until after the reorganization (including shared steps and perhaps task-parallelism) is finished. It's too much work and too much of a moving target. The rest of the docs will also need a careful look. I have attempted to update them but haven't had time to give them a thorough read and that more thorough clean-up will also have to wait. |
a49d21f
to
41dcd0f
Compare
41dcd0f
to
308ab13
Compare
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.
@xylar This looks great! Thanks for all the work you've put into this. I just have a small fix to the docs to add.
In order to increase the flexibility in Polaris, we have removed test groups from the framework. Tasks can still be organized by a common theme in the spirit of test groups but this is no longer a requirement. The constructors for test groups have been replaced by simple functions for adding the tasks directly to each component. The subdirectories for the test groups have been prepended to the subdirectories for the tasks instead.
308ab13
to
42de4c6
Compare
Thanks for the suggestions. I believe I have things cleaned up but will run the |
TestingI ran the |
Thanks once again, @cbegeman!! |
In order to increase the flexibility in Polaris, we have removed test groups from the framework. Tasks can still be organized by a common theme in the spirit of test groups but this is no longer a requirement.
The constructors for test groups have been replaced by simple functions for adding the tasks directly to each component. The subdirectories for the test groups have been prepended to the subdirectories for the tasks instead.
Checklist
api.md
) has any new or modified class, method and/or functions listedTesting
comment in the PR documents testing used to verify the changesBased off of #110, which is based off of #112