Create Way to force package even if filepath exists#1026
Conversation
|
@nedbat it might be cleaner to do something with [coverage:run]
source=.
[coverage:paths]
.
.tox/*/lib/*/site-packages/**should be able to get coverage to cover any file in |
|
5043856 to
6b2ceb1
Compare
1c2248a to
ab23dc7
Compare
ab23dc7 to
e38cf50
Compare
| self.filenames_not_in(lines, "p1b") | ||
| self.assertEqual(lines['p1c'], 0) | ||
|
|
||
| def test_ambigious_source_package_as_dir(self): |
There was a problem hiding this comment.
Fixes: #268