I have an issue with testrepository, where test repositories are very big (around the 25M+). I looked at the content, and the vast majority is made of stuff like this:
My test suite used a lot of LoggerFixture, and I believe that's the cause of it. But it seems I get an event even if the logger doesn't get anything, which seems like a waste. We shouldn't add the test details if there isn't any data to log.
I'm opening the issue in testtools because I think it's where I can fix it.
I have an issue with testrepository, where test repositories are very big (around the 25M+). I looked at the content, and the vast majority is made of stuff like this:
Content-Type: text/plain;charset=utf8 pythonlogging:'something' 0
My test suite used a lot of LoggerFixture, and I believe that's the cause of it. But it seems I get an event even if the logger doesn't get anything, which seems like a waste. We shouldn't add the test details if there isn't any data to log.
I'm opening the issue in testtools because I think it's where I can fix it.