abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

See about making json tests work for Python v2 #59

Closed abingham closed 10 years ago

abingham commented 10 years ago

Right now I'm too lazy to make the json_api tests work for python 2.x. One blocker is that we want to use a version of POpen that redirects to /dev/null, and that's a pain to do cross-platformedly.

abingham commented 10 years ago

Take #53 into account if you do start this. Perhaps this isn't necessary with webtest or whatever.

abingham commented 10 years ago

Fixed by use of webtest.