-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unit test background color on IGListCollectionView #299
Comments
@jessesquires think this needs to be part of 2.0.0? Or since 2.0.0 is stable w/ this feature we just add the tests in whenever we can get to it. cc original authors @jeffbailey and @dcaunt |
+1 for doing tests now. also, need to update CHANGELOG? |
I'll write the tests. I've got dinner plans tonight, but can get it done by Thursday night if that works. |
@jessesquires not sure if we should update the changelog since this fixed a feature we added in 2.0. @jeffbailey that'd be great! |
Summary: Add 2 new unit test files for IGListCollectionView. One is for storyboards and the other for when creating the IGListCollectionView in code. - [X] All tests pass. Demo project builds and runs. - [X] I added tests, an experiment, or detailed why my change isn't tested. - [X] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes #303 Differential Revision: D4304615 Pulled By: rnystrom fbshipit-source-id: c6edbcd493fe4ee087ce3d0aee80db484207859d
done in b9ede32 |
We landed a couple commits to avoid changing the background to white when using storyboards or
UIAppearance
:However they are only tested w/ eyeballs. We should add unit tests to prevent regressions.
The text was updated successfully, but these errors were encountered: