Mercurial > evolve
view hgext3rd/__init__.py @ 4979:c46f0430a668 mercurial-4.7
test-compat: run tests with -j more than 1
In 4.7 and below run-tests.py defaults to -j1. We want more speed, so we use
the same mechanism to detect the available number of CPU threads as the newer
versions of run-tests.py.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 02 Dec 2019 20:56:47 +0700 |
parents | 143c8e4dc22d |
children |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)