Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homebrew/homebrew-test-bot
🎰 Tests the full lifecycle of a Homebrew change.
https://github.com/homebrew/homebrew-test-bot
cmd homebrew tap
Last synced: about 1 month ago
JSON representation
🎰 Tests the full lifecycle of a Homebrew change.
- Host: GitHub
- URL: https://github.com/homebrew/homebrew-test-bot
- Owner: Homebrew
- License: bsd-2-clause
- Created: 2016-09-24T16:30:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T13:42:17.000Z (6 months ago)
- Last Synced: 2024-05-29T05:31:11.791Z (6 months ago)
- Topics: cmd, homebrew, tap
- Language: Ruby
- Size: 2.12 MB
- Stars: 75
- Watchers: 23
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Homebrew Test Bot
Tests the full lifecycle of a Homebrew change to a tap (Git repository).
## Install
`brew test-bot` is automatically installed when first run.
## Usage
See [the `brew test-bot` section of the `brew man` output](https://docs.brew.sh/Manpage#test-bot-options-formula) or `brew test-bot --help`.
## Tests
Tests can be run with `bundle install && bundle exec rspec`.
## Copyright
Copyright (c) Homebrew maintainers. See [LICENSE.txt](https://github.com/Homebrew/homebrew-test-bot/blob/HEAD/LICENSE.txt) for details.