https://github.com/9seconds/git-test
A unified way of running your tests
https://github.com/9seconds/git-test
Last synced: about 1 year ago
JSON representation
A unified way of running your tests
- Host: GitHub
- URL: https://github.com/9seconds/git-test
- Owner: 9seconds
- License: mit
- Created: 2016-07-05T13:15:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T11:46:31.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T06:41:35.932Z (over 1 year ago)
- Language: Python
- Size: 135 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-test
A unified way of running your tests
This script was extracted from my dotfiles and placed in standalone
repository, so test infrastructure etc is on the way. But I want to keep
main principles of this script as is:
1. This script is self-contained. No external dependency is required.
2. It should be run with Python 2.7, Python >= 3.4 and PyPy.
3. This should be a single script you can copy-paste here and there.