Show More
@@ -54,7 +54,7 b' clean:' | |||||
54 | # test: run test-clean and tests |
|
54 | # test: run test-clean and tests | |
55 | test: |
|
55 | test: | |
56 | make test-clean |
|
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 | .PHONY: test-clean |
|
60 | .PHONY: test-clean | |
@@ -71,7 +71,18 b' test-only:' | |||||
71 | PYTHONHASHSEED=random \ |
|
71 | PYTHONHASHSEED=random \ | |
72 | py.test -x -vv -r xw -p no:sugar \ |
|
72 | py.test -x -vv -r xw -p no:sugar \ | |
73 | --cov-report=term-missing --cov-report=html \ |
|
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 | # >>> Docs commands |
|
87 | # >>> Docs commands | |
77 |
|
88 |
General Comments 0
You need to be logged in to leave comments.
Login now