##// END OF EJS Templates
tests: makefile update for new test suite
super-admin -
r5601:eec51ad9 default
parent child Browse files
Show More
@@ -54,7 +54,7 b' clean:'
54 54 # test: run test-clean and tests
55 55 test:
56 56 make test-clean
57 unset RC_SQLALCHEMY_DB1_URL && unset RC_DB_URL && make test-only
57 make test-only
58 58
59 59
60 60 .PHONY: test-clean
@@ -71,7 +71,18 b' test-only:'
71 71 PYTHONHASHSEED=random \
72 72 py.test -x -vv -r xw -p no:sugar \
73 73 --cov-report=term-missing --cov-report=html \
74 --cov=rhodecode rhodecode
74 --cov=rhodecode rhodecode \
75 --ignore=rhodecode/tests/vcs_operations \
76 --ignore=rhodecode/tests/database
77
78 PYTHONHASHSEED=random \
79 py.test -x -vv -r xw -p no:sugar \
80 rhodecode/tests/vcs_operations
81
82 PYTHONHASHSEED=random \
83 py.test -x -vv -r xw -p no:sugar \
84 rhodecode/tests/database
85
75 86
76 87 # >>> Docs commands
77 88
General Comments 0
You need to be logged in to leave comments. Login now