[New-bugs-announce] [issue25260] python -m test --coverage doesn't work on Windows

STINNER Victor report at bugs.python.org
Tue Sep 29 00:20:02 CEST 2015


New submission from STINNER Victor:

"python -m test --coverage" doesn't work on Windows because the tracer ignores the root directory of Python source code.

The code works on Linux because sys.base_prefix and sys.base_exec_prefix don't point to the Python source code, but to /usr/local.

I'm not sure why sys.base_prefix and sys.base_exec_prefix are ignored.

----------
components: Tests, Windows
messages: 251804
nosy: haypo, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: python -m test --coverage doesn't work on Windows
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25260>
_______________________________________


More information about the New-bugs-announce mailing list