-
## Improvement Summary
Currently, some of the rust tests contain a group of table/data-driven tests. These tests will fail if one in the group fails.
https://github.com/cosmos/ibc-rs/blo…
-
see http://dave.cheney.net/2013/06/09/writing-table-driven-tests-in-go
-
When hovering over the name of a field in a composite literal, we show info about that field.
But when hovering over a value in an _unkeyed literal_, we show nothing. If anything, field information…
-
## Summary
Find table driven unit tests that don't use named fields for individual test case definition, and add the field names.
## Problem Definition
We've got a lot of unit tests that use …
-
Hi, I'm using table driven tests, where all input and expected result are in a table.
However, in luaunit, it's a single case, not one case per entry in the table (like golang).
Is there a way t…
davix updated
2 years ago
-
The current recommended approach is by using `listOf` and nested `listOf`s for multiple rows.
```kotlin
listOf(
listOf(1, 2, 3),
listOf(1, 2, 3)
).forEach { data -> {
...
}
```
It has…
-
- convert unit tests to be table driven (for example see https://dave.cheney.net/2019/05/07/prefer-table-driven-tests , https://blog.jetbrains.com/go/2022/11/22/comprehensive-guide-to-testing-in-go/ …
-
## Related issues
| Issue | Work to be done
|-|-
| [#2445](https://github.com/golang/vscode-go/issues/2445) | Statically detect simple table-driven tests
| This issue | Support "run at cursor" f…
-
## Feature Request
In current unit test coverage situation, I found that, in most cases, the error handling hasn't been covered due to we only prepared the success cases in current unit test.
He…
-
Changefeeds are not currently exercised in logic tests or other data driven testing. Adding coverage here could close some test coverage gaps and add an intuitive method to test changefeeds.
Some b…