[05:52:38] <tchaypo> lifeless: I think I can make a functional test that replicates the issue in https://bugs.launchpad.net/pbr/+bug/1493735
[05:56:06] <tchaypo> but it’s very broad; will only by testing that ‘python setup.py test’ returns 0. I’d like to have a more specific test but I’m not sure how to do that.
[05:56:30] <tchaypo> Perhaps I should run through the very broad test first in a debugger and see if I can see a place to test
[06:23:01] <lifeless> tchaypo: there are a raft of hidden globals to consider from memory
[06:23:15] <lifeless> tchaypo: I'd be skeptical of good results with anything other than a functional, runs in a subprocess, test
[06:29:16] <tchaypo> do you think “setup.py test returns 0” is rigorous enough to be useful?