##// END OF EJS Templates
tests: reduced memory footprint on subprocession tests....
tests: reduced memory footprint on subprocession tests. - Before those tests used ~4gb of RAM because of huge strings. Replacing it with generator buffers that should reduce memory usage.

File last commit:

r459:a66df472 default
r638:be949416 default
Show More
pytest.ini
8 lines | 175 B | text/x-ini | IniLexer
[pytest]
testpaths = vcsserver
norecursedirs = vcsserver/hook_utils/hook_templates
cache_dir = /tmp/.pytest_cache
addopts =
--pdbcls=IPython.terminal.debugger:TerminalPdb