Show More
@@ -2,7 +2,6 b'' | |||
|
2 | 2 | WEBPACK=./node_modules/webpack/bin/webpack.js |
|
3 | 3 | GRUNT=grunt |
|
4 | 4 | NODE_PATH=./node_modules |
|
5 | FLAKE8=flake8 setup.py pytest_pylons/ rhodecode/ --select=E124 --ignore=E711,E712,E510,E121,E122,E126,E127,E128,E501,F401 --max-line-length=100 --exclude=*rhodecode/lib/dbmigrate/*,*rhodecode/tests/*,*rhodecode/lib/vcs/utils/* | |
|
6 | 5 | CI_PREFIX=enterprise |
|
7 | 6 | |
|
8 | 7 | .PHONY: docs docs-clean ci-docs clean test test-clean test-lint test-only |
@@ -25,13 +24,6 b' test: test-clean test-only' | |||
|
25 | 24 | test-clean: |
|
26 | 25 | rm -rf coverage.xml htmlcov junit.xml pylint.log result |
|
27 | 26 | |
|
28 | test-lint: | |
|
29 | if [ "$$IN_NIX_SHELL" = "1" ]; then \ | |
|
30 | $(FLAKE8); \ | |
|
31 | else \ | |
|
32 | $(FLAKE8) --format=pylint --exit-zero > pylint.log; \ | |
|
33 | fi | |
|
34 | ||
|
35 | 27 | test-only: |
|
36 | 28 | PYTHONHASHSEED=random py.test -vv -r xw --cov=rhodecode --cov-report=term-missing --cov-report=html rhodecode/tests/ |
|
37 | 29 |
General Comments 0
You need to be logged in to leave comments.
Login now