Age | Commit message (Collapse) | Author | Files | Lines |
|
import('python').find_installation('python').version() causes exception
because of a missing initialization, when `find_installation()` receives
a name or a path.
|
|
Signed-off-by: Filipe LaÃns <lains@riseup.net>
|
|
|
|
|
|
Currently find_installation is silent, which is pretty annoying. Let's
log it.
|
|
This doesn't touch everything as it's just based on the python3 module
tests, ported to the python module. It's still better than the one very
basic test in the unit test module.
|