Results 963 comments of Ned Batchelder

Wouldn't you say that 0 is obviously not a valid complexity value? :)

Coverage.py tries to guess what files in the tree might have been importable in order to tell you what wasn't imported. We don't want it to walk into a bin...

Have you tried using "--parallel=True", and then "coverage combine" with a "[paths]" setting to rewrite the paths as you need?

Thanks. Considering how much code I have to test that these things are the same, I'm chagrined to see that you are right. When running a file not in the...

@d-fence Can you help me understand how the sys.path change affects your program? It looks harder and harder to guarantee that the path will be identical both with and without...

I'm trying to decide if this is worth pursuing. Do you have any more information?

*Original comment by* **Orestis Ioannou (Bitbucket: [oorestisime](https://bitbucket.org/oorestisime), GitHub: [oorestisime](https://github.com/oorestisime))** ---------------------------------------- ok right, if you are nonetheless willing to let this go in coverage i could have a look on how...

I don;t have a specific tool in mind. It could even be a new tool that you run after coverage, to make a detailed assessment of the results. It doesn't...

*Original comment by* **Orestis Ioannou (Bitbucket: [oorestisime](https://bitbucket.org/oorestisime), GitHub: [oorestisime](https://github.com/oorestisime))** ---------------------------------------- Maybe this could be added to pytest-cov although i am not sure whether they would want this or if it...

*Original comment by* **Orestis Ioannou (Bitbucket: [oorestisime](https://bitbucket.org/oorestisime), GitHub: [oorestisime](https://github.com/oorestisime))** ---------------------------------------- I guess so yes, do you have a tool in mind?