oxidecomputer / oxidecomputer/typify
speed up tests by building fixtures; don't use `trybuild`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 898
- Forks
- 114
- Avg merge
- 4h 18m
- Merged PRs (30d)
- 14
Description
We generate fixtures based on a bunch of input schemas and then we run those through trybuild... which takes a while. There really isn't much value in running each one separately. We could either do a single trybuild invocation for a file that includes all of them or we could have a distinct crate that sources all the generated rust fixtures.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the generated fixture workflow and the trybuild invocations described in the issue. Compare consolidating the fixtures into one trybuild input with using a separate crate, then verify that all generated schemas remain covered and the test suite completes faster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100