frondeus / frondeus/test-case

When generating assert the right side should be the "correct" side.

Open
#125 21 comments 3 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
633
Forks
42
PR merge metrics
No merged PRs in 30d

Description

I have this testcase:
```rs
#[test_case(false => true; "Should invert")]
fn foo(statement: bool) -> bool {
statement
}

```
And the error I get is this:
```
left: `true`,
right: `false`,
```
It would be nice if when I read "right" it would be the corrent (right) expression.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.