Skip to content

Commit 5132ef9

Browse files
authored
[test_reflective_loader] Use test groups instead of combining names (#2107)
1 parent f4c2121 commit 5132ef9

6 files changed

Lines changed: 254 additions & 179 deletions

File tree

pkgs/test_reflective_loader/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.0
2+
3+
- Test classes and suites with `name`s are now registered with `package:test`s
4+
`group()` function to produce a hierarchy of groups/tests rather than a flat
5+
set of tests with concatenated names. This may improve the display of tests
6+
in IDEs test explorers.
7+
18
## 0.5.0
29

310
- Unawaited asynchronous exceptions in tests marked with `@FailingTest()` are

0 commit comments

Comments
 (0)