Closed hayd closed 10 years ago
@schodge I pushed some quieting in the tests here (as I thought I was just about to merge it).
(Note to self, I need merge-base to check it's a branch and if not just diff against rev - really can't be bothered atm though, bzr=awful.)
@schodge My gut is to merge this branch and then fix up, windows and branches etc. I thought I had a branch with a refactor similar to yours using a simpler shell_out
function (which I thought was pretty nice) rather than check_output
or your (too :p) clever context manager.
This project has been in flux too long!!
Pick whatever solution you like and I'll adapt my code accordingly. I haven't wanted to make arch changes to your code.
Non-ideal input device. Please excuse typos. On Jul 30, 2014 1:24 PM, "Andy Hayden" notifications@github.com wrote:
@schodge https://github.com/schodge My gut is to merge this branch and then fix up, windows and branches etc. I thought I had a branch with a refactor similar to yours using a simpler shell_out function (which I thought was pretty nice) rather than check_output or your (too :p) clever context manager.
This project has been in flux too long!!
— Reply to this email directly or view it on GitHub https://github.com/hayd/pep8radius/pull/53#issuecomment-50674389.
lolz, ok had to switch to nosetests rather than py.test, one last bug is the ordering of files in python 3 (I guess I'm using a set or something which is not ordered).
rebase of #37. Still with the same issues...