diff options
author | Brett Cannon <brett@python.org> | 2011-02-26 13:29:40 -0800 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2011-02-26 13:29:40 -0800 |
commit | c6fd22b57e5f8a0db880344b06ab5c19b9e0827d (patch) | |
tree | ecd7c9b5c884e6e78744955d3ca94c2c0464919f /coverage/htmlfiles/coverage_html.js | |
parent | 2748b0dc7ec5fe7dbfb8c1ab6677c7c17999b25b (diff) | |
download | python-coveragepy-git-c6fd22b57e5f8a0db880344b06ab5c19b9e0827d.tar.gz |
Allow coverage.py to be executed by pointing Python at a repository's
directory.
Since Python 2.6 one can specify a __main__.py in a directory to tell
Python what to do if it is pointed at simply a directory. For
instance, assuming one has a clone of coverage.py sitting at
../coveragepy, this patch allows for::
python ../coveragepy run ...
This is extremely handy if you want to use coverage.py straight from a
clone without adding the clone's directory to sys.path (which can be
an issue at least in the stdlib as that will pick up 'test' as a
package, masking the stdlib's own 'test' package).
Diffstat (limited to 'coverage/htmlfiles/coverage_html.js')
0 files changed, 0 insertions, 0 deletions