Skip to content

Commit fd828b7

Browse files
committed
feat(nextcloud_test): mark presets function as test group
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 parent 607b4d6 commit fd828b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nextcloud_test/lib/src/presets.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'package:meta/meta.dart';
12
import 'package:nextcloud_test/nextcloud_test.dart';
23
import 'package:nextcloud_test/src/models/models.dart';
34
import 'package:test/test.dart';
@@ -6,6 +7,7 @@ import 'package:test/test.dart';
67
typedef NextcloudTesterCallback = void Function(NextcloudTester tester);
78

89
/// All tests for apps that depend on the server version must be wrapped with this method and pass along the preset.
10+
@isTestGroup
911
void presets(
1012
String presetGroup,
1113
String app,

0 commit comments

Comments
 (0)