flutter

Intelligent test selection for ruby based on incremental code changes

MIT License

Downloads
7.5K
Stars
13
Committers
2

Bot releases are visible (Hide)

flutter - v0.3.0 Latest Release

Published by github-actions[bot] about 2 years ago

Changed

  • Switch from pry to method_source as the actual dependency for inspecting method sources for generating signatures

Fixed

  • Ensure partial test runs don't clobber source mappings for previously run test cases
flutter - v0.2.6

Published by github-actions[bot] about 2 years ago

Added

  • Backward compatibilty hack for default values in dry-configurable < 0.13
flutter - v0.2.5

Published by github-actions[bot] about 2 years ago

Added

  • Explicit dependency on pry for reflecting sources of methods
  • Use source hints from coverage to include dynamically added classes in signature generation
flutter - v0.2.4

Published by github-actions[bot] about 2 years ago

Changed

  • Relax version requirement for dry-configurable
flutter - v0.2.3

Published by github-actions[bot] about 2 years ago

Fixed

  • Disable filtering when Flutter.enabled=false
flutter - v0.2.2

Published by github-actions[bot] about 2 years ago

Added

  • Document configuration options in README

Changed

  • Delay requiring source files explicitely and only in the case where the constant cannot be found
  • Ensure the previous test->coverage mapping is merged with current one when the test fails.
flutter - v0.2.1

Published by github-actions[bot] about 2 years ago

Fixed

  • Corrected integration examples for guard in README
flutter - v0.2.0

Published by github-actions[bot] about 2 years ago

Added

  • CI Recipe in README
  • CI integration for incremental tests in branches/pull requests
  • Release workflow tasks & github actions integration

Fixed

  • Ensure all methods (including inherited ones) are considered when calculating signatures for a class or module.
  • Fix calculation of total / filtered examples for rspec integration