Skip to content
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

ui: HTTPAdapter - Move Tests #6281

Merged

Conversation

johncowen
Copy link
Contributor

As of #5637 all API/data response re-shaping happens in serializers, in our respondFor... methods.

This PR basically covers this: (see #5637)

Once approved I'll probably move some test files around some of them are now in the wrong place (what were previously adapter tests are now serializer tests), I've avoided moving these for the moment to try to make the already large set of changes easier to view

Here we move the tests into the correct folders, and slightly alter the name of the tests.

Please note this PR is being merged down onto #5637, not master or even ui-staging (our 'next' branch)

@johncowen johncowen requested a review from a team August 6, 2019 12:25
@johncowen johncowen added the theme/ui Anything related to the UI label Aug 6, 2019
@johncowen johncowen merged commit d2ad19d into feature/ui-http-adapter Aug 6, 2019
@johncowen johncowen deleted the feature/ui-http-adapter-move-tests branch August 6, 2019 12:28
@johncowen johncowen mentioned this pull request Aug 6, 2019
johncowen added a commit that referenced this pull request Aug 23, 2019
- Moves `respondFor` integration tests from adapter to serializer
- Rename all the tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/ui Anything related to the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants