flashbots / flashbots/contender
unit tests
Open
- Dominant language
- Rust
- Stars
- 141
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Simple, yet highly critical functions are not being tested except for in localized integration tests (each test runs on its own instance of anvil).
Every function should have its own doctest, and each module that contains function implementations should have a `test` submodule with unit tests.
Contributor guide
Assessment
This issue has not been assessed yet.