Closed wwsean08 closed 8 years ago
This is a good idea. I already added some unit testing stuff over in my fork, but you are on the right track here and we can use yours. I suggest using tox as well so it's simple to execute the tests across multiple python versions interactively on your dev box.
Also, we will eventually want to convert over to 3.x-friendly code. This code is convertable, but it will be a lot of work. I see this as an exercise for the future, but I mention it here because it's simple to at least run in multiple versions just to see how far we are from 3.x compatibility.
generate a python build job in travis-ci that will allow for unit testing that will be coming in issue 6 (or at least preliminary unit tests will be). Here is my testing to prove it tries to build, granted without the tests it doesn't really do anything.
https://travis-ci.org/wwsean08/f5go/builds/139377520