Skip to content
  • Dylan Baker's avatar
    interpolation_qualifier...: combine loops · cbbfe747
    Dylan Baker authored
    
    
    This uses a single loop (generated by itertools.product), and individual
    generators functions to produce tests. The obvious advantage is that we
    loop over the same data a fewer number of times, the other advantage is
    a clearer division of code by splitting a function with several hundred
    lines of code into multiple functions.
    
    Signed-off-by: default avatarDylan Baker <dylanx.c.baker@intel.com>
    cbbfe747