Skip to content

Commit 379f00c

Browse files
authored
Add patrol tests (#420)
This PR add testing 2 packages that are part of the [Patrol](https://patrol.leancode.co/) testing tool: - [patrol_cli](https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli) - ~~[patrol](https://github.com/leancodepl/patrol/tree/master/packages/patrol)~~ - [patrol_finders](https://github.com/leancodepl/patrol/tree/master/packages/patrol_finders) They relies on multiple dependencies pinned by the Flutter SDK, most heavily on the `flutter_test` API.
1 parent 3566ea0 commit 379f00c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

registry/patrol.test

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
4+
5+
6+
fetch=git clone https://github.com/leancodepl/patrol.git tests
7+
fetch=git -C tests checkout 8431a501f7de8bec49d4937bd4018266e7ba5ab7
8+
9+
update=packages/patrol_cli
10+
update=packages/patrol_finders
11+
12+
test.posix=scripts/flutter_test_repo_test.sh
13+
test.windows=scripts\flutter_test_repo_test.bat

0 commit comments

Comments
 (0)