Comment 2 for bug 1319048

Revision history for this message
Leo Arias (elopio) wrote :

Not really. Well, I could, but account console is a CLI tool without tests. What we need is a tested library, so if I just move the code to account console it's still not going to be useful for us.
What we need is to turn account-console into a library that can be imported from the python tests, and to make sure that it has tests for all the methods on its API. Or start a new test helper from scratch, test-driven.