Regression tests a file structure
Open
refactor
regression tests
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
In general, a regression test structure is as follows:
```
we create a schema
we do everything inside the schema
we delete the schema.
```
Some of our regression test files don't have this structure. It might be nice to refactor them into this structure if possible. If multiple files depend on common things, we can at least use the same schema and do everything inside a schema.
Contributor guide
Assessment
This issue has not been assessed yet.