Add new Cargo fetch tests and remove old mocked pseudo-test #1776
+194
−98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tree of downstream PRs as of 2024-11-12
PR Add new Cargo fetch tests and remove old mocked pseudo-test #1776 (THIS ONE):
main
←wb/froeht/new-fetch-test
PR Convert the positioning enums and LayoutView to Proto #1774:
wb/froeht/new-fetch-test
←wb/froeht/protoconv-layout-positioning
wb/froeht/protoconv-layout-positioning
←wb/froeht/1731-meter-data
This adds a new Cargo fetch test to check that a doc can be fetched and serialized. Because we don't want GitHub to be trying to fetch files, it's locked behind a new feature, "test_fetches".
This also removes the figma_v1_mock file and feature. This was a pseudo test that wasn't being executed by anything. It worked by using a feature flag to mock the http fetch, which meant that if the feature flag was included that no http queries would work, including the new fetch test.