Show More
@@ -29,7 +29,7 b' test-only-mysql:' | |||||
29 | PYTHONHASHSEED=random \ |
|
29 | PYTHONHASHSEED=random \ | |
30 | py.test -x -vv -r xw -p no:sugar --cov=rhodecode \ |
|
30 | py.test -x -vv -r xw -p no:sugar --cov=rhodecode \ | |
31 | --cov-report=term-missing --cov-report=html \ |
|
31 | --cov-report=term-missing --cov-report=html \ | |
32 | --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test"}}' \ |
|
32 | --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test?charset=utf8"}}' \ | |
33 | rhodecode |
|
33 | rhodecode | |
34 |
|
34 | |||
35 | test-only-postgres: |
|
35 | test-only-postgres: |
General Comments 0
You need to be logged in to leave comments.
Login now