Skip to content
Snippets Groups Projects
  1. Mar 29, 2019
    • Nate Bosch's avatar
      Tweak pubspec constraint styles (#1005) · e7628f9c
      Nate Bosch authored
      - Don't surround versions with quotes unless they have a space.
      - Remove the unnecessary lower bound for packages where the current
        lower bound is not resolvable due to SDK constraints.
      - Change single quotes to double quotes since they are preferred in
        yaml.
      - Remove version constraints from `test_api` to `test` and `test_core`
        since we will always have path overrides to those packages.
  2. Mar 27, 2019
  3. Mar 22, 2019
  4. Mar 11, 2019
  5. Feb 26, 2019
  6. Feb 25, 2019
  7. Feb 23, 2019
  8. Feb 22, 2019
  9. Jan 30, 2019
  10. Jan 18, 2019
  11. Jan 17, 2019
  12. Dec 28, 2018
  13. Dec 19, 2018
  14. Dec 11, 2018
  15. Nov 30, 2018
  16. Nov 21, 2018
  17. Nov 05, 2018
  18. Nov 02, 2018
  19. Nov 01, 2018
  20. Oct 30, 2018
  21. Oct 26, 2018
  22. Oct 19, 2018
    • Jonah Williams's avatar
      Refactor test into two packages (#945) · ac213303
      Jonah Williams authored
      * Refactor test into two packages (#1)
      
      * move test and test_core to packages folder
      
      * rename test_core to test_api
      
      * rename packages to pkgs, add dart.js back to repo
      
      * change pubspec to point to test_api version
      
      * move to correct dir in travis.yml
      
      * Remove duplicate utils.dart
      ac213303
  23. Oct 02, 2018
    • Nate Bosch's avatar
      Clean up test utils (#942) · e097f77d
      Nate Bosch authored
      - Remove APIs that are no longer used.
      - Switch to `TypeMatcher` instead of manual implementation for exception
        matchers.
      - Drop `isDart2` since we only run in Dart 2 mode everywhere.
Loading