Show More
@@ -1,12 +1,12 b'' | |||||
1 | [pytest] |
|
1 | [pytest] | |
2 | testpaths = ./rhodecode |
|
2 | testpaths = ./rhodecode | |
3 | pylons_config = test.ini |
|
3 | pylons_config = rhodecode/tests/rhodecode.ini | |
4 | vcsserver_protocol = http |
|
4 | vcsserver_protocol = http | |
5 | vcsserver_config_pyro4 = rhodecode/tests/vcsserver_pyro4.ini |
|
5 | vcsserver_config_pyro4 = rhodecode/tests/vcsserver_pyro4.ini | |
6 | vcsserver_config_http = rhodecode/tests/vcsserver_http.ini |
|
6 | vcsserver_config_http = rhodecode/tests/vcsserver_http.ini | |
7 | norecursedirs = tests/scripts |
|
7 | norecursedirs = tests/scripts | |
8 | addopts = -k "not _BaseTest" |
|
8 | addopts = -k "not _BaseTest" | |
9 | markers = |
|
9 | markers = | |
10 | vcs_operations: Mark tests depending on a running RhodeCode instance. |
|
10 | vcs_operations: Mark tests depending on a running RhodeCode instance. | |
11 | xfail_backends: Mark tests as xfail for given backends. |
|
11 | xfail_backends: Mark tests as xfail for given backends. | |
12 | skip_backends: Mark tests as skipped for given backends. |
|
12 | skip_backends: Mark tests as skipped for given backends. |
General Comments 0
You need to be logged in to leave comments.
Login now