1. 13 Aug, 2019 1 commit
    • David Shuckerow's avatar
      Tests for `flutter test [some_directory]` (#36866) · 9615eb99
      David Shuckerow authored
      * Add a test for a directory instead of a single test.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Correct test.
      9615eb99
  2. 06 Nov, 2018 2 commits
  3. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  4. 04 Aug, 2017 1 commit
  5. 10 Jan, 2017 1 commit
  6. 16 Dec, 2015 1 commit
  7. 14 Dec, 2015 1 commit
  8. 21 Aug, 2015 1 commit
    • Adam Barth's avatar
      Introduce sky/unit/test · b64e1aab
      Adam Barth authored
      This patch adds a new test harness and a first, trivial test to run with the
      harness. The new test harness is built on package:test and should run on
      Travis. Over time, we'll migrate our existing tests into this harness.
      b64e1aab