aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support/fixtures
AgeCommit message (Collapse)Author
2018-01-27Create `Hbc::Config` class.Markus Reiter
2017-11-28Test upgrade for Casks with version :latestL. E. Segovia
2017-11-27Merge pull request #3396 from amyspark/hacktoberfest-upgradeMarkus Reiter
Implement `brew cask upgrade`
2017-11-26Add test fixtures for ELF executablesBob W. Hogg
Add test/support/fixtures/elf/ and test/support/fixtures/tarballs/testball-0.1-linux.tbz
2017-11-22Change the generic bottle tag to processor-systemShaun Jackman
2017-11-13Add tests for upgrade recoveryL. E. Segovia
2017-11-08Fix upgrade tests and some upgrade? leftoversL. E. Segovia
2017-10-31Separate do end into multiple linesL. E. Segovia
2017-10-30Add tests for uninstall_* and zap stanzasL. E. Segovia
2017-10-27test.flac: add flac fixture.Mike McQuaid
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-03Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_infoMarkus Reiter
add available languages to cask info command
2017-10-02stylistic changes for cask info testsAdam Smith
2017-09-30add available languages to cask info commandAdam Smith
add language tests for dsl add fixtures, tests for languages info output add extra lines
2017-09-28testball_bottle-0.1: Add the formula to the bottleShaun Jackman
Update the SHA-256.
2017-09-16List cask full-namesDan Wendorf
`brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta".
2017-08-05Add spec for `conflicts_with cask`.Markus Reiter
2017-06-09Add symlink for High Sierra test bottle.Markus Reiter
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-05-30Fix Linux buildMike McQuaid
Remove `testbottest` formula (this should have lived in the `brew test-bot` repository from the outset) and make various other changes to fix the Linux build here.
2017-05-11Support GPG (signed data) container in Homebrew Cask (test case)Reinhard Pointner
2017-04-21Fix test for `chmod +x` on binaries.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-02-19Use TEST_TMPDIR in rmdir tests.Michael Ledin
2017-02-19Expand glob patterns.Michael Ledin
2017-02-16Add test for `uninstall` before removing artifacts.Markus Reiter
2017-02-03Remove `TestCask` class.Markus Reiter
2017-01-25Move Cask fixtures to `test/support/fixtures`.Markus Reiter
2016-12-30tests: include homebrew version in receipt fixtureAlyssa Ross
2016-12-13fix typoJoshua Morten
2016-11-18testbottest: don't use TEST_FIXTURE_DIR.Mike McQuaid
This isn't defined for formulae.
2016-11-16Move all remaining fixtures to `test/support/fixtures`.Markus Reiter