-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Optimist tests cleanup #2 #3834
Optimist tests cleanup #2 #3834
Conversation
a702626
to
6f25d94
Compare
This PR is complete. In my next PR, I will most likely extract test helpers http://xunitpatterns.com/Test%20Helper.html, several rounds of flattening after that would most likely be called for, before I attempt to write failing tests for & fix the underlying bug. My goal is 4-7 LOC for each test in this file. |
This article might help filter the white space changes, only a few lines actually changed. https://michaelheap.com/a-better-git-diff/ |
Is there anything I can do to expedite this? Can I work on any bug fixes or code reviews that would free up more of your time to review this? Would I be able to send bigger PRs, or a larger change set split up into multiple PRs but all at once? I feel like I could greatly simplify these tests, and I could move much more quickly & the code sitting in PR review is the only bottleneck here from my perspective. |
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.
Thanks very much @joshribakoff!
As discussed in #3712 this is a continuation of PR #3713 further cleaning up the tests