Refactor harness
Open
revived
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
It is a bit much to have a harness struct and methods in the harness. Move to either/or not both.
- Methods like WaitUntilServing and DropCaches should be dealt with.
- Rename harness declarations in all test packages.
- Consider making the harness a const in declarations and get rid of Main methods.
Contributor guide
Assessment
This issue has not been assessed yet.