Rework the `DslFactoriesConsistencySpec`
Open
help wanted
t:stream
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 89
Description
Motivation:
When I and @GreyPlane work on operators, sometime encounter problem and don't why.
A better way is show why and prints in table.
```scala
val results = for {
s <- sMethods
j <- jMethods
} yield delegationCheck(s, j)
```
generate too many noise, and which should only prints the most possible one, instead of all.
Contributor guide
Assessment
This issue has not been assessed yet.