Basically there are two problems:
- how to do path aliasing using src layout (code is run from site-packages, needs to be aliased to src for pretty reports)
- how to deal with ad-hoc layout problems
Also, mention significance of .coveragerc vs tox.ini/setup.cfg name (using tox.ini/setup.cfg without --cov-config will create create problems if tests change CWD).
Basically there are two problems:
Also, mention significance of
.coveragercvstox.ini/setup.cfgname (usingtox.ini/setup.cfgwithout--cov-configwill create create problems if tests change CWD).