On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: > We are going to reuse tesseract_available(). Extract it to > a new 'tesseract_utils' namespace. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > tests/acceptance/machine_m68k_nextcube.py | 25 +++----------------- > tests/acceptance/tesseract_utils.py | 28 +++++++++++++++++++++++ > 2 files changed, 31 insertions(+), 22 deletions(-) > create mode 100644 tests/acceptance/tesseract_utils.py
Reviewed-by: Thomas Huth <th...@redhat.com>