Show More
@@ -1,8 +1,14 b'' | |||||
1 | [pytest] |
|
1 | [pytest] | |
2 | testpaths = vcsserver |
|
2 | testpaths = vcsserver | |
3 | norecursedirs = vcsserver/hook_utils/hook_templates |
|
3 | norecursedirs = vcsserver/hook_utils/hook_templates | |
4 | cache_dir = /tmp/.pytest_cache |
|
4 | cache_dir = /tmp/.pytest_cache | |
5 |
|
5 | |||
6 |
|
||||
7 | addopts = |
|
6 | addopts = | |
8 | --pdbcls=IPython.terminal.debugger:TerminalPdb |
|
7 | --pdbcls=IPython.terminal.debugger:TerminalPdb | |
|
8 | --strict-markers | |||
|
9 | --capture=no | |||
|
10 | --show-capture=all | |||
|
11 | ||||
|
12 | env = | |||
|
13 | RC_TEST=1 | |||
|
14 | RUN_ENV=test |
General Comments 0
You need to be logged in to leave comments.
Login now