GitXplorerGitXplorer
p

run-repo-tests

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
58db97fd5b1767b51523b39d4cc1456de404874f

script: run test files using python.

ppradeep90 committed 6 years ago
Unverified
08109ff104d0e45cc3252cbf96cbaec9df7c8340

readme: run python tests.

ppradeep90 committed 7 years ago
Unverified
7b45a15972586a20f8ae33e6fba0557c2cc9cf15

readme: config - use Github repo, tag.

ppradeep90 committed 7 years ago
Unverified
56cfd204ae153ecb7bcb26117f4c5525fd706492

license: add.

ppradeep90 committed 7 years ago
Unverified
d0772dc3e6d82360a8ca677c06202e8ee7f1d969

hook: rename it to run python tests.

ppradeep90 committed 7 years ago
Unverified
2bf72661d57b45f0083ed2c1e86fe5693d51bb8f

readme: add.

ppradeep90 committed 7 years ago

README

The README file for this repository.

Hook to run tests during pre-commit

This is a hook to run all tests in your repository, (Currently, it supports only Python tests.)

Use it with pre-commit by putting this in .pre-commit-config.yaml:

-   repo: git://github.com/pradeep90/run-repo-tests
    sha: v0.1
    hooks:
    -   id: run-python-tests

Currently runs only Python tests (in _test.py files that have a main function).