aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/bottles
AgeCommit message (Collapse)Author
2016-11-16Move all remaining fixtures to `test/support/fixtures`.Markus Reiter
2016-07-27test: add default Linux x86_64 bottle.Mike McQuaid
2016-07-27bottles: more porting to generic layer.Mike McQuaid
2016-06-14tests: add test bottle for SierraDominyk Tiller
Fixes: ``` 1) Error: FormularyFactoryTest#test_factory_from_bottle: Errno::ENOENT: No such file or directory - /usr/local/Library/Homebrew/test/bottles/testball_bottle-0.1.sierra.bottle.tar.gz /usr/local/Library/Homebrew/formulary.rb:98:in `realpath' /usr/local/Library/Homebrew/formulary.rb:98:in `realpath' /usr/local/Library/Homebrew/formulary.rb:98:in `initialize' /usr/local/Library/Homebrew/formulary.rb:274:in `new' /usr/local/Library/Homebrew/formulary.rb:274:in `loader_for' /usr/local/Library/Homebrew/formulary.rb:215:in `factory' /usr/local/Library/Homebrew/test/test_formulary.rb:79:in `test_factory_from_bottle' ``` Closes #358. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-09-07Add El Capitan testball bottle.Mike McQuaid
2015-08-21Add tests for pouring bottle without XcodeWilliam Woodruff
add testball_bottle formula for upcoming bottle unit testing, as well as bottles directory containing test bottle (and symlinks)