##// 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:

r407:34976bc5 default
r638:be949416 default
Show More
MANIFEST.in
16 lines | 273 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *