dart-json: remove group name from test case names

This commit is contained in:
Michal Dorner 2021-03-15 10:48:37 +01:00
parent 40df4133f9
commit d5e42b8d57
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
6 changed files with 400 additions and 393 deletions

View file

@ -11,18 +11,18 @@
**Test 1**
|Result|Test|Time|
|:---:|:---|---:|
|✔️|Test 1 Passing test|36ms|
|✔️|Passing test|36ms|
**Test 1 Test 1.1**
|Result|Test|Time|
|:---:|:---|---:|
|❌|Test 1 Test 1.1 Failing test|20ms|
|❌|Test 1 Test 1.1 Exception in target unit|6ms|
|❌|Failing test|20ms|
|❌|Exception in target unit|6ms|
**Test 2**
|Result|Test|Time|
|:---:|:---|---:|
|❌|Test 2 Exception in test|12ms|
|❌|Exception in test|12ms|
### <a id="user-content-r0s1" href="#r0s1">test/second_test.dart</a>
**2** tests were completed in **51ms** with **0** passed, **1** failed and **1** skipped.