First tiny steps towards python3 compatibility
Hello!
As discussed with some of you, the idea to port soledad
to python3 is starting by porting the test suite.
I just sent to @meskio via email a patch for leap_pycommon
that is required for this MR to fit properly.
With this MR:
- the test suite documentation hopefully improves
- all the tests get collected
Next steps:
- port minor test cases
- port major test cases
- see all tests passing :)
Requires: leap_pycommon!5 (closed) to be accepted