dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

test runner should see if the file has a corresponding test file #1052

Closed devoncarew closed 8 years ago

devoncarew commented 8 years ago

When asked to run tests, we should check to see if the current file has a corresponding test file. So, we currently run foo_test.dart; we should also run foo_test.dart when the user hits the test button for foo.dart.

devoncarew commented 8 years ago

fixed