Skip to content

Commit

Permalink
Rewrite getExecutableForCommand tests to test with an external proc…
Browse files Browse the repository at this point in the history
…ess. (#4268)
  • Loading branch information
sigurdm committed May 16, 2024
1 parent 7ab4020 commit 89e386b
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 495 deletions.
2 changes: 2 additions & 0 deletions test/embedding/embedding_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import '../descriptor.dart' as d;
import '../golden_file.dart';
import '../test_pub.dart';
import 'ensure_pubspec_resolved.dart';
import 'get_executable_for_command.dart';

const _commandRunner = 'tool/test-bin/pub_command_runner.dart';

Expand Down Expand Up @@ -374,6 +375,7 @@ main() {
});

testEnsurePubspecResolved();
testGetExecutableForCommand();
}

String _filter(String input) {
Expand Down

0 comments on commit 89e386b

Please sign in to comment.