https://github.com/dirk/git-automation-test-suite
https://github.com/dirk/git-automation-test-suite
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dirk/git-automation-test-suite
- Owner: dirk
- License: bsd-3-clause
- Created: 2021-02-28T23:00:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T00:58:30.000Z (over 5 years ago)
- Last Synced: 2025-04-09T15:13:57.298Z (about 1 year ago)
- Language: Ruby
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Automation Test Suite
This is a suite of tests to verify the completeness of Git automation strategies. It contains snapshots of Git repositories in various states, and tests the ability of automated Git commands to get from those initial states to the final desired state.
This is useful for writing Git automation for scenarios such as continuous integration and deployment. If a strategy in this repo passes all the tests, then it should be able to check out a given Git branch from a remote most scenarios.
## License
Licensed under the 3-clause BSD license. See [LICENSE](LICENSE) for details.