An open API service indexing awesome lists of open source software.

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

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.