On 8/26/20 6:44 AM, Pino Toscano wrote: > Detect the version, and slightly improve the tests for it. > > Pino Toscano (3): > tests: tweak mageia detection > urldetect: add version detection for Mageia > tests: add Mageia 5 detection test > > tests/data/urldetect/mageia/5/VERSION | 1 + > .../urldetect/{magaeia => mageia/8}/VERSION | 0 > tests/test_urldetect.py | 6 +++++- > virtinst/install/urldetect.py | 20 ++++++++++++++++++- > 4 files changed, 25 insertions(+), 2 deletions(-) > create mode 100644 tests/data/urldetect/mageia/5/VERSION > rename tests/data/urldetect/{magaeia => mageia/8}/VERSION (100%) Thanks, pushed now with a pylint and coverage tweak squashed into patch 3 - Cole