mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
While I've sent a patch to mark the shell/platform/embedder/tests and fixtures directories as test exempt (since they are tests), by convention, tests should end in _unittests.* for C++ tests, and _test.* for Dart tests. This renames for consistency with other tests such as embedder_a11y_unittests.cc. Uncovered by https://github.com/flutter/engine/pull/38133 Related: https://github.com/flutter/cocoon/pull/2340 Issue: https://github.com/flutter/flutter/issues/116381