diff options
author | Daniel Latypov <dlatypov@google.com> | 2021-12-14 22:26:12 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2021-12-15 21:50:56 +0300 |
commit | e0cc8c052a3992b01f51df1d51eaae49e5b2710f (patch) | |
tree | 57788e7d607a5f927c120633fc96ae35c22e5aa8 /tools/testing/kunit/test_data | |
parent | db1679813f9f86b05bbbc6f05f4cdbe481d59352 (diff) | |
download | linux-e0cc8c052a3992b01f51df1d51eaae49e5b2710f.tar.xz |
kunit: tool: delete kunit_parser.TestResult type
The `log` field is unused, and the `status` field is accessible via
`test.status`.
So it's simpler to just return the main `Test` object directly.
And since we're no longer returning a namedtuple, which has no type
annotations, this hopefully means typecheckers are better equipped to
find any errors.
Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/kunit/test_data')
0 files changed, 0 insertions, 0 deletions