1. 14 Feb, 2016 1 commit
  2. 14 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Rename stocks/tests to stocks/test · 520ceb58
      Eric Seidel authored
      This matches the naming pattern expected from package:test
      `flutter test` doesn't care, since it finds all _test.dart
      files and runs them regardless of directory.
      
      @Hixie
      520ceb58
  3. 09 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Add a test to stocks for changing the locale · 09894ec5
      Eric Seidel authored
      I had to add a setLocale method to WidgetTester and
      split the code in FlutterBinding which handled locale
      changes to allow me to dispatch a locale change w/o actually
      changing what the c++ code reports as the locale.
      
      Also added the test to Travis.
      
      @abarth @jason-simmons
      09894ec5