
27 Apr
2015
27 Apr
'15
4:13 p.m.
The very first step is to use syntax that is compatible with both languages, and make sure we do not regress on that front. [...]
Strong +1
Can we agree about a flow for us developers which will help not introducing (or at least minimizing) regressions?
Something like an automated test would be the best option I believe (a-la make pep8/make pyflakes)
I think https://gerrit.ovirt.org/40215 address this
There are a few tools that could help, at least in theory, tox comes first to mind (https://pypi.python.org/pypi/tox) but adapting VDSM to work seamlessly with tox can require a large amount of work.
I don't specifically advocate tox -I use and I like it, that's it- anything else which helps is welcome too.
Tox is super cool, we should use it. Nir