mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Repository now parses languages and manifests
This commit is contained in:
parent
d77d01cd22
commit
5ca8f4ffa8
8 changed files with 114 additions and 23 deletions
4
Makefile
4
Makefile
|
|
@ -3,6 +3,8 @@ TEST_TARGETS =
|
|||
ITEST_TARGETS = -m integration
|
||||
UTEST_TARGETS = -m "not(integration)"
|
||||
|
||||
DEBUG=
|
||||
|
||||
all: _tests
|
||||
|
||||
integration:
|
||||
|
|
@ -19,7 +21,7 @@ itests: itest
|
|||
itest: integration _tests
|
||||
|
||||
_tests: py_env
|
||||
bash -c 'source py_env/bin/activate && py.test tests $(TEST_TARGETS)'
|
||||
bash -c 'source py_env/bin/activate && py.test tests $(TEST_TARGETS) $(DEBUG)'
|
||||
|
||||
ucoverage: unit coverage
|
||||
icoverage: integration coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue