elm-explorations / elm-explorations/test
Rename "fuzz" and "fuzzer" to something else
Open
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
Fuzzing is related to property-based testing but is its own separate thing.
We should not confuse people with weird naming (compared to the rest of the world).
Our "fuzz tests" are really property-based tests
Our "fuzzers" could be(?) generators, arbitraries, parsers. Maybe some other community found a better name. (Hypothesis has Strategies but the author hates that name in retrospect.)
This would need a major version bump, as well as changes to the runners.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.