| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-19 | tests: run in parallel | Alyssa Ross | |
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-07-27 | Rakefile: skip OS X-only tests on non-OS X. | Mike McQuaid | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981. | |||
| 2014-06-18 | Make sure compatible gem versions are installed | Jack Nagel | |
| 2014-06-18 | Switch to Minitest | Jack Nagel | |
| 2014-06-10 | Simplify test setup | Jack Nagel | |
| 2014-06-10 | Remove rcov rake task | Jack Nagel | |
| rcov is not compatible with Ruby 2.0. | |||
| 2014-06-10 | Remove ruby-prof rake task | Jack Nagel | |
| The areas that we are interested in optimizing for performance are things that are invoked repeatedly, and are not evident in the test suite. | |||
| 2013-04-26 | Add deps target to tests Rakefile for needed gems. | Mike McQuaid | |
| 2012-11-17 | tests: add profiling support | Jack Nagel | |
| `rake profile` will run ruby-prof on the test suite if the ruby-prof gem is installed. | |||
| 2012-08-30 | tests: avoid unnecessary chdir | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-08-29 | tests: support "rake rcov" if rcov is installed | Jack Nagel | |
| If the rcov gem is installed, `rake rcov` will generate a test coverage report in the coverage directory. I picked rcov because it is 1.8 compatible. But it could easily be swapped out for another coverage tool. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-04-16 | tests: replace tests script with rake-based runner | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
