aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/unittest.rb
AgeCommit message (Collapse)Author
2010-04-06Switch test_bucket over to use testing_env.Adam Vandenberg
2010-04-06Move ARGV tests to separate file.Adam Vandenberg
2010-04-06Move checksum tests to separate file.Adam Vandenberg
2010-04-06Move version tests to separate file.Adam Vandenberg
2010-04-06Move inreplace tests to separate file.Adam Vandenberg
2010-04-06Tests - remove some unused includesAdam Vandenberg
2010-04-06Move hardware detection tests to separate file.Adam Vandenberg
2010-04-06Move install tests to separate file.Adam Vandenberg
2010-04-06Move updater tests to separate file.Adam Vandenberg
2010-02-02Update test suite.Adam Vandenberg
* Break single test case class into several test cases. * Fix broken arch test. * Make update tests optional (seem to only work for mxcl). * Add more tests. * Move fixtures to separate folder.
2010-01-18Unit test for `brew cleanup`Joshua Peek
2009-12-20Add unittest for issue Homebrew/homebrew#127Adam Vandenberg
2009-11-12More tweaking of main exception handler outputMax Howell
2009-11-09Ignore stdout during GitDownloadStrategy.stageMax Howell
2009-11-09Don't use Kernel.system muchMax Howell
It just seems to behave strangely with SIGINT. Eg. SIGINT causes tar to exit, but the SIGINT is ignored by our process. This is not the case when used with curl.
2009-11-07Better errors if missing keg or formula argumentsMax Howell
2009-11-04Fixes Homebrew/homebrew#106; Don't downcase ARGV.namedMax Howell
2009-10-23The tests need the actual optparse apparentlyMax Howell
2009-10-19Camelcase class names around the . from filenamesMax Howell
Eg. shell.fm -> ShellFm
2009-10-15Some subdirs and renames to aid homebrew n00bsMax Howell
The classes better reflect their contents. I'm sure this change may be contentious, but I am a sucker for trying to create source bases that are easy to get to grips with and easy to navigate. brewkit.rb is now a deprecated file.