[06:35:02] <dstufft> least we'll be able to actually measure it soon
[06:36:13] <dstufft> later on I might try and figure out how to get coverage to measure inside of a sub process, though not sure how I feel about that, I kind of like that by not covering inside of a subprocess we incentivize unit tests
[06:38:01] <dstufft> So good news, pip.index (interacting with PyPI) actually has 81% coverage
[06:38:46] <dstufft> bad news, req/* files all have 41%, 26%, 25%, and 13% .. and that's where most of the complex logic is :(
[06:58:51] <Ivo> dstufft: so https://github.com/pypa/pip/pull/1902 looks awesome
[07:00:30] <Ivo> Alex_Gaynor: you know of any secret sauce to make pypy run tests fast?
[07:01:01] <Ivo> I wonder if its the constant subprocess invocation that slows things down the most
[07:01:05] <dstufft> Ivo: I've asked him a lot yea :(